Lines Matching refs:TransformSubExpr
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, 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()
217 const SCEV *RN = TransformSubExpr(RO, User, OperandValToReplace); in TransformImpl()
229 TransformSubExpr(const SCEV *S, Instruction *User, Value *OperandValToReplace) { in TransformSubExpr() function in PostIncTransform
253 return Transform.TransformSubExpr(S, User, OperandValToReplace); in TransformForPostIncUse()