Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp80 const SCEV *TransformSubExpr(const SCEV *S, Instruction *User,
96 const SCEV *N = TransformSubExpr(O, User, OperandValToReplace); in TransformImpl()
116 Operands.push_back(TransformSubExpr(*I, LUser, nullptr)); in TransformImpl()
135 TransformSubExpr(AR->getStepRecurrence(SE), in TransformImpl()
145 assert(S == TransformSubExpr(Result, User, OperandValToReplace) && in TransformImpl()
166 TransformSubExpr(AR->getStepRecurrence(SE), in TransformImpl()
172 assert(S == TransformSubExpr(Result, User, OperandValToReplace) && in TransformImpl()
181 TransformSubExpr(AR->getStepRecurrence(SE), in TransformImpl()
197 const SCEV *N = TransformSubExpr(O, User, OperandValToReplace); in TransformImpl()
216 const SCEV *LN = TransformSubExpr(LO, User, OperandValToReplace); in TransformImpl()
[all …]