Searched refs:StepC (Results 1 – 2 of 2) sorted by relevance
2207 const APInt *StartC, *StepC; in isNonZeroRecurrence() local2217 (BO->hasNoSignedWrap() && match(Step, m_APInt(StepC)) && in isNonZeroRecurrence()2218 StartC->isNegative() == StepC->isNegative()); in isNonZeroRecurrence()2221 match(Step, m_APInt(StepC)) && !StepC->isNullValue(); in isNonZeroRecurrence()
9216 const SCEVConstant *StepC = dyn_cast<SCEVConstant>(Step); in howFarToZero() local9217 if (!StepC || StepC->getValue()->isZero()) in howFarToZero()9225 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero()9231 if (StepC->getValue()->isOne() || StepC->getValue()->isMinusOne()) { in howFarToZero()9278 const SCEV *E = SolveLinEquationWithOverflow(StepC->getAPInt(), in howFarToZero()