Home
last modified time | relevance | path

Searched refs:CountDown (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10575 bool CountDown = isKnownNegative(StepWLG); in howFarToZero() local
10576 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()