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