Home
last modified time | relevance | path

Searched refs:TransformSubExpr (Results 1 – 2 of 2) 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 …]
/external/swiftshader/third_party/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, 0)); in TransformImpl()
125 TransformSubExpr(AR->getStepRecurrence(SE), in TransformImpl()
135 assert(S == TransformSubExpr(Result, User, OperandValToReplace) && in TransformImpl()
142 TransformSubExpr(AR->getStepRecurrence(SE), in TransformImpl()
148 assert(S == TransformSubExpr(Result, User, OperandValToReplace) && in TransformImpl()
167 const SCEV *N = TransformSubExpr(O, User, OperandValToReplace); in TransformImpl()
186 const SCEV *LN = TransformSubExpr(LO, User, OperandValToReplace); in TransformImpl()
187 const SCEV *RN = TransformSubExpr(RO, User, OperandValToReplace); in TransformImpl()
[all …]