Lines Matching defs:Step
444 // First step. Check to see if there are any floating-point recurrences.1476 const SCEV *Step = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*SE));1477 if (!Step || !Step->isOne())