Lines Matching refs:SCEVAddRecExpr
153 const SCEVAddRecExpr *&Index,
163 const SCEVAddRecExpr *&Index,
168 const SCEVAddRecExpr *&Index, const SCEV *&End);
228 const SCEVAddRecExpr *IndVar,
272 const SCEVAddRecExpr *&Index, in parseRangeCheckICmp()
307 const SCEVAddRecExpr *&Index, in parseIvAgaisntLimit()
315 const auto *AddRec = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(LHS)); in parseIvAgaisntLimit()
369 ScalarEvolution &SE, const SCEVAddRecExpr *&Index, const SCEV *&End) { in reassociateSubLHS()
388 const auto *AddRec = dyn_cast<SCEVAddRecExpr>(IV); in reassociateSubLHS()
507 const SCEVAddRecExpr *IndexAddRec = nullptr; in extractRangeChecksFromCond()
652 const SCEVAddRecExpr *IndVar, in computeSafeIterationSpace()
1024 const SCEVAddRecExpr *IndVar = in run()
1025 cast<SCEVAddRecExpr>(SE.getMinusSCEV(SE.getSCEV(LS.IndVarBase), SE.getSCEV(LS.IndVarStep))); in run()