Searched refs:StepC (Results 1 – 2 of 2) sorted by relevance
2249 const APInt *StartC, *StepC; in isNonZeroRecurrence() local2259 (BO->hasNoSignedWrap() && match(Step, m_APInt(StepC)) && in isNonZeroRecurrence()2260 StartC->isNegative() == StepC->isNegative()); in isNonZeroRecurrence()2263 match(Step, m_APInt(StepC)) && !StepC->isNullValue(); in isNonZeroRecurrence()
9472 const SCEVConstant *StepC = dyn_cast<SCEVConstant>(Step); in howFarToZero() local9473 if (!StepC || StepC->getValue()->isZero()) in howFarToZero()9481 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero()9487 if (StepC->getValue()->isOne() || StepC->getValue()->isMinusOne()) { in howFarToZero()9534 const SCEV *E = SolveLinEquationWithOverflow(StepC->getAPInt(), in howFarToZero()