Searched refs:TransformSubExpr (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 80 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, 0)); in TransformImpl() 124 TransformSubExpr(AR->getStepRecurrence(SE), in TransformImpl() 134 assert(S == TransformSubExpr(Result, User, OperandValToReplace) && in TransformImpl() 141 TransformSubExpr(AR->getStepRecurrence(SE), in TransformImpl() 147 assert(S == TransformSubExpr(Result, User, OperandValToReplace) && in TransformImpl() 166 const SCEV *N = TransformSubExpr(O, User, OperandValToReplace); in TransformImpl() 185 const SCEV *LN = TransformSubExpr(LO, User, OperandValToReplace); in TransformImpl() 186 const SCEV *RN = TransformSubExpr(RO, User, OperandValToReplace); in TransformImpl() [all …]
|