Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp6058 const SCEVConstant *StepC = dyn_cast<SCEVConstant>(Step); in HowFarToZero() local
6059 if (!StepC || StepC->getValue()->equalsInt(0)) in HowFarToZero()
6067 bool CountDown = StepC->getValue()->getValue().isNegative(); in HowFarToZero()
6073 if (StepC->getValue()->equalsInt(1) || StepC->getValue()->isAllOnesValue()) { in HowFarToZero()
6092 const APInt &StepV = StepC->getValue()->getValue(); in HowFarToZero()
6114 return SolveLinEquationWithOverflow(StepC->getValue()->getValue(), in HowFarToZero()