Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node_test.cc589 static bool CountDown(std::vector<size_t>* countdown) { in CountDown() function in tensorflow::grappler::graph_analyzer::test::SignatureTest
699 } while (CountDown(&countdown)); in TestGraphEveryWay()
1147 } while (CountDown(&countdown)); in TEST_F()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp8499 bool CountDown = StepC->getAPInt().isNegative(); in howFarToZero() local
8500 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero()
8535 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()