Home
last modified time | relevance | path

Searched refs:getGEPExpr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp415 const SCEV *CandidateExpr = SE->getGEPExpr(cast<GEPOperator>(GEP), in tryReassociateGEPAtIndex()
H A DStraightLineStrengthReduce.cpp548 const SCEV *BaseExpr = SE->getGEPExpr(cast<GEPOperator>(GEP), IndexExprs); in allocateCandidatesAndFindBasisForGEP()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h623 const SCEV *getGEPExpr(GEPOperator *GEP,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp3669 ScalarEvolution::getGEPExpr(GEPOperator *GEP, in getGEPExpr() function in ScalarEvolution
6165 return getGEPExpr(GEP, IndexExprs); in createNodeForGEP()