Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp8697 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local
8698 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()
8733 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()