Searched refs:CountDown (Results 1 – 4 of 4) sorted by relevance
589 static bool CountDown(std::vector<size_t>* countdown) { in CountDown() function in tensorflow::grappler::graph_analyzer::test::SignatureTest699 } while (CountDown(&countdown)); in TestGraphEveryWay()1147 } while (CountDown(&countdown)); in TEST_F()
5323 bool CountDown = StepC->getValue()->getValue().isNegative(); in HowFarToZero() local5324 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()
7118 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local7119 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()
8499 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local8500 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()8535 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()