Searched refs:CountDown (Results 1 – 2 of 2) sorted by relevance
5323 bool CountDown = StepC->getValue()->getValue().isNegative(); in HowFarToZero() local5324 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in HowFarToZero()5332 if (!CountDown && CR.getUnsignedMin().isMinValue()) in HowFarToZero()5338 MaxBECount = getConstant(CountDown ? CR.getUnsignedMax() in HowFarToZero()5355 return getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in HowFarToZero()
7118 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local7119 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()7127 if (!CountDown && CR.getUnsignedMin().isMinValue()) in howFarToZero()7133 MaxBECount = getConstant(CountDown ? CR.getUnsignedMax() in howFarToZero()7142 if (!CountDown) { in howFarToZero()7202 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()