Searched refs:StepC (Results 1 – 1 of 1) sorted by relevance
8830 const SCEVConstant *StepC = dyn_cast<SCEVConstant>(Step); in howFarToZero() local8831 if (!StepC || StepC->getValue()->isZero()) in howFarToZero()8839 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero()8845 if (StepC->getValue()->isOne() || StepC->getValue()->isMinusOne()) { in howFarToZero()8884 const SCEV *E = SolveLinEquationWithOverflow(StepC->getAPInt(), in howFarToZero()