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

Declarations

include/llvm/Analysis/ScalarEvolution.h
  572   const SCEV *getGEPExpr(GEPOperator *GEP,

References

lib/Analysis/ScalarEvolution.cpp
 5435   return getGEPExpr(GEP, IndexExprs);
lib/Transforms/Scalar/NaryReassociate.cpp
  386   const SCEV *CandidateExpr = SE->getGEPExpr(cast<GEPOperator>(GEP),
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  537     const SCEV *BaseExpr = SE->getGEPExpr(cast<GEPOperator>(GEP), IndexExprs);