reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ValueTracking.cpp
 1315         Constant *CIndex = cast<Constant>(Index);
 1320           Index = CIndex->getSplatValue();
 1322         unsigned Idx = cast<ConstantInt>(Index)->getZExtValue();
 1334         unsigned GEPOpiBits = Index->getType()->getScalarSizeInBits();
 1337         computeKnownBits(Index, LocalKnown, Depth + 1, Q);