Searched refs:getGEPExpr (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 389 const SCEV *CandidateExpr = SE->getGEPExpr( in tryReassociateGEPAtIndex()
|
D | StraightLineStrengthReduce.cpp | 502 const SCEV *BaseExpr = SE->getGEPExpr(GEP->getSourceElementType(), in allocateCandidatesAndFindBasisForGEP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 387 const SCEV *CandidateExpr = SE->getGEPExpr(cast<GEPOperator>(GEP), in tryReassociateGEPAtIndex()
|
D | StraightLineStrengthReduce.cpp | 538 const SCEV *BaseExpr = SE->getGEPExpr(cast<GEPOperator>(GEP), IndexExprs); in allocateCandidatesAndFindBasisForGEP()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 383 const SCEV *CandidateExpr = SE->getGEPExpr(cast<GEPOperator>(GEP), in tryReassociateGEPAtIndex()
|
D | StraightLineStrengthReduce.cpp | 551 const SCEV *BaseExpr = SE->getGEPExpr(cast<GEPOperator>(GEP), IndexExprs); in allocateCandidatesAndFindBasisForGEP()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1241 const SCEV *getGEPExpr(Type *PointeeType, const SCEV *BaseExpr,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 572 const SCEV *getGEPExpr(GEPOperator *GEP,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 575 const SCEV *getGEPExpr(GEPOperator *GEP,
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2973 ScalarEvolution::getGEPExpr(Type *PointeeType, const SCEV *BaseExpr, in getGEPExpr() function in ScalarEvolution 4335 return getGEPExpr(GEP->getSourceElementType(), in createNodeForGEP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3493 ScalarEvolution::getGEPExpr(GEPOperator *GEP, in getGEPExpr() function in ScalarEvolution 5448 return getGEPExpr(GEP, IndexExprs); in createNodeForGEP()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3408 ScalarEvolution::getGEPExpr(GEPOperator *GEP, in getGEPExpr() function in ScalarEvolution 5520 return getGEPExpr(GEP, IndexExprs); in createNodeForGEP()
|