Lines Matching defs:Step
20 const SCEV *Step, ICmpInst::Predicate Pred,
30 assert(SE.isKnownNegative(Step) && "expecting negative step");
34 LLVM_DEBUG(dbgs() << "Step: " << *Step << "\n");
53 const SCEV *StepPlusOne = SE.getAddExpr(Step, SE.getOne(Step->getType()));
69 const SCEV *Step, ICmpInst::Predicate Pred,
81 LLVM_DEBUG(dbgs() << "Step: " << *Step << "\n");
100 const SCEV *StepMinusOne = SE.getMinusSCEV(Step, SE.getOne(Step->getType()));
107 SE.getAddExpr(BoundLG, Step)) &&
252 const SCEV *Step = SE.getSCEV(StepCI);
315 if (!isSafeIncreasingBound(IndVarStart, RightSCEV, Step, Pred,
380 if (!isSafeDecreasingBound(IndVarStart, RightSCEV, Step, Pred,