Searched refs:CountDown (Results 1 – 1 of 1) sorted by relevance
10575 bool CountDown = isKnownNegative(StepWLG); in howFarToZero() local10576 if (!CountDown && !isKnownNonNegative(StepWLG)) in howFarToZero()10579 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()10624 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()