Searched refs:binaryTerminal (Results 1 – 3 of 3) sorted by relevance
3267 TIntermBinary *binaryTerminal = node->getExpression()->getAsBinaryNode(); in handleExcessiveLoop() local3270 if (binaryTerminal) in handleExcessiveLoop()3272 TOperator op = binaryTerminal->getOp(); in handleExcessiveLoop()3273 TIntermConstantUnion *constant = binaryTerminal->getRight()->getAsConstantUnion(); in handleExcessiveLoop()
5447 TIntermBinary* binaryTerminal = loop->getTerminal()->getAsBinaryNode(); in inductiveLoopCheck() local5448 if (unaryTerminal || binaryTerminal) { in inductiveLoopCheck()5460 if (binaryTerminal && (! binaryTerminal->getLeft()->getAsSymbolNode() || in inductiveLoopCheck()5461 binaryTerminal->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()5462 ! binaryTerminal->getRight()->getAsConstantUnion())) in inductiveLoopCheck()
5430 TIntermBinary* binaryTerminal = loop->getTerminal()->getAsBinaryNode(); in inductiveLoopCheck() local5431 if (unaryTerminal || binaryTerminal) { in inductiveLoopCheck()5443 if (binaryTerminal && (! binaryTerminal->getLeft()->getAsSymbolNode() || in inductiveLoopCheck()5444 binaryTerminal->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()5445 ! binaryTerminal->getRight()->getAsConstantUnion())) in inductiveLoopCheck()