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.cpp10504 bool CountDown = isKnownNegative(StepWLG); in howFarToZero() local
10505 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()