Searched refs:CountDown (Results 1 – 1 of 1) sorted by relevance
10489 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local10490 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()10527 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()