Searched refs:StepC (Results 1 – 2 of 2) sorted by relevance
398 APInt StepC, StartC; in computeLoadValue() local405 StepC = StepSE->getValue()->getValue(); in computeLoadValue()416 unsigned Step = StepC.getLimitedValue(); in computeLoadValue()
6125 const SCEVConstant *StepC = dyn_cast<SCEVConstant>(Step); in HowFarToZero() local6126 if (!StepC || StepC->getValue()->equalsInt(0)) in HowFarToZero()6134 bool CountDown = StepC->getValue()->getValue().isNegative(); in HowFarToZero()6140 if (StepC->getValue()->equalsInt(1) || StepC->getValue()->isAllOnesValue()) { in HowFarToZero()6159 const APInt &StepV = StepC->getValue()->getValue(); in HowFarToZero()6181 return SolveLinEquationWithOverflow(StepC->getValue()->getValue(), in HowFarToZero()