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

References

lib/Analysis/BasicAliasAnalysis.cpp
  545         unsigned FieldNo = cast<ConstantInt>(Index)->getZExtValue();
  555       if (const ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) {
  572       unsigned Width = Index->getType()->getIntegerBitWidth();
  579       const Value *OrigIndex = Index;
  580       Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits,
  580       Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits,
  596         Index = OrigIndex;
  613         if (Decomposed.VarIndices[i].V == Index &&
  627         VariableGEPIndex Entry = {Index, ZExtBits, SExtBits, Scale};