Lines Matching defs:Step
562 const SCEV *Step = getExactSDiv(AR->getStepRecurrence(SE), RHS, SE,
564 if (!Step) return nullptr;
568 // FlagNW is independent of the start value, step direction, and is
571 return SE.getAddRecExpr(Start, Step, AR->getLoop(), SCEV::FlagAnyWrap);
941 // Add the step value register, if it needs one.
3117 /// TODO: This currently misses non-constant addrec step registers.
3728 // a list of work to do and do the work in a separate step so that we're