Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp389 const SCEV *CandidateExpr = SE->getGEPExpr( in tryReassociateGEPAtIndex()
DStraightLineStrengthReduce.cpp502 const SCEV *BaseExpr = SE->getGEPExpr(GEP->getSourceElementType(), in allocateCandidatesAndFindBasisForGEP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp387 const SCEV *CandidateExpr = SE->getGEPExpr(cast<GEPOperator>(GEP), in tryReassociateGEPAtIndex()
DStraightLineStrengthReduce.cpp538 const SCEV *BaseExpr = SE->getGEPExpr(cast<GEPOperator>(GEP), IndexExprs); in allocateCandidatesAndFindBasisForGEP()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp383 const SCEV *CandidateExpr = SE->getGEPExpr(cast<GEPOperator>(GEP), in tryReassociateGEPAtIndex()
DStraightLineStrengthReduce.cpp551 const SCEV *BaseExpr = SE->getGEPExpr(cast<GEPOperator>(GEP), IndexExprs); in allocateCandidatesAndFindBasisForGEP()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1241 const SCEV *getGEPExpr(Type *PointeeType, const SCEV *BaseExpr,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h572 const SCEV *getGEPExpr(GEPOperator *GEP,
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h575 const SCEV *getGEPExpr(GEPOperator *GEP,
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2973 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/
DScalarEvolution.cpp3493 ScalarEvolution::getGEPExpr(GEPOperator *GEP, in getGEPExpr() function in ScalarEvolution
5448 return getGEPExpr(GEP, IndexExprs); in createNodeForGEP()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp3408 ScalarEvolution::getGEPExpr(GEPOperator *GEP, in getGEPExpr() function in ScalarEvolution
5520 return getGEPExpr(GEP, IndexExprs); in createNodeForGEP()