Home
last modified time | relevance | path

Searched refs:StepC (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp2207 const APInt *StartC, *StepC; in isNonZeroRecurrence() local
2217 (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()
H A DScalarEvolution.cpp9216 const SCEVConstant *StepC = dyn_cast<SCEVConstant>(Step); in howFarToZero() local
9217 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()