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

Declarations

lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  220   void factorArrayIndex(Value *ArrayIdx, const SCEV *Base, uint64_t ElementSize,

References

lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  544       factorArrayIndex(ArrayIdx, BaseExpr, ElementSize, GEP);
  555       factorArrayIndex(TruncatedArrayIdx, BaseExpr, ElementSize, GEP);