Searched refs:binaryCond (Results 1 – 1 of 1) sorted by relevance
4468 TIntermBinary* binaryCond = loop->getTest()->getAsBinaryNode(); in inductiveLoopCheck() local4469 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()