Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp5240 TIntermBinary* binaryCond = loop->getTest()->getAsBinaryNode(); in inductiveLoopCheck() local
5241 badCond = ! binaryCond; in inductiveLoopCheck()
5243 switch (binaryCond->getOp()) { in inductiveLoopCheck()
5255 if (binaryCond && (! binaryCond->getLeft()->getAsSymbolNode() || in inductiveLoopCheck()
5256 binaryCond->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()
5257 ! binaryCond->getRight()->getAsConstantUnion())) in inductiveLoopCheck()