Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp4792 TIntermBinary* binaryCond = loop->getTest()->getAsBinaryNode(); in inductiveLoopCheck() local
4793 badCond = ! binaryCond; in inductiveLoopCheck()
4795 switch (binaryCond->getOp()) { in inductiveLoopCheck()
4807 if (binaryCond && (! binaryCond->getLeft()->getAsSymbolNode() || in inductiveLoopCheck()
4808 binaryCond->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()
4809 ! binaryCond->getRight()->getAsConstantUnion())) in inductiveLoopCheck()