Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp4468 TIntermBinary* binaryCond = loop->getTest()->getAsBinaryNode(); in inductiveLoopCheck() local
4469 badCond = ! binaryCond; in inductiveLoopCheck()
4471 switch (binaryCond->getOp()) { in inductiveLoopCheck()
4483 if (binaryCond && (! binaryCond->getLeft()->getAsSymbolNode() || in inductiveLoopCheck()
4484 binaryCond->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()
4485 ! binaryCond->getRight()->getAsConstantUnion())) in inductiveLoopCheck()