Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp5323 bool CountDown = StepC->getValue()->getValue().isNegative(); in HowFarToZero() local
5324 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in HowFarToZero()
5332 if (!CountDown && CR.getUnsignedMin().isMinValue()) in HowFarToZero()
5338 MaxBECount = getConstant(CountDown ? CR.getUnsignedMax() in HowFarToZero()
5355 return getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in HowFarToZero()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp7118 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local
7119 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()
7127 if (!CountDown && CR.getUnsignedMin().isMinValue()) in howFarToZero()
7133 MaxBECount = getConstant(CountDown ? CR.getUnsignedMax() in howFarToZero()
7142 if (!CountDown) { in howFarToZero()
7202 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()