Searched refs:CountDown (Results 1 – 1 of 1) sorted by relevance
6134 bool CountDown = StepC->getValue()->getValue().isNegative(); in HowFarToZero() local6135 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in HowFarToZero()6143 if (!CountDown && CR.getUnsignedMin().isMinValue()) in HowFarToZero()6149 MaxBECount = getConstant(CountDown ? CR.getUnsignedMax() in HowFarToZero()6158 if (!CountDown) { in HowFarToZero()6175 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in HowFarToZero()