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