Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getStepRecurrence

1034          SE->properlyDominates(AddRec->getStepRecurrence(*SE), L->getHeader())
1420 const SCEV *Step = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*SE));
1519 assert(AR->getStepRecurrence(*SE)->isOne() && "only handles unit stride");
1602 const SCEV *ARStep = AR->getStepRecurrence(*SE);