Searched refs:StepC (Results 1 – 1 of 1) sorted by relevance
6058 const SCEVConstant *StepC = dyn_cast<SCEVConstant>(Step); in HowFarToZero() local6059 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()