Searched refs:binaryTerminal (Results 1 – 3 of 3) sorted by relevance
3244 TIntermBinary *binaryTerminal = node->getExpression()->getAsBinaryNode(); in handleExcessiveLoop() local3247 if (binaryTerminal) in handleExcessiveLoop()3249 TOperator op = binaryTerminal->getOp(); in handleExcessiveLoop()3250 TIntermConstantUnion *constant = binaryTerminal->getRight()->getAsConstantUnion(); in handleExcessiveLoop()
5755 TIntermBinary* binaryTerminal = loop->getTerminal()->getAsBinaryNode(); in inductiveLoopCheck() local5756 if (unaryTerminal || binaryTerminal) { in inductiveLoopCheck()5768 if (binaryTerminal && (! binaryTerminal->getLeft()->getAsSymbolNode() || in inductiveLoopCheck()5769 binaryTerminal->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()5770 ! binaryTerminal->getRight()->getAsConstantUnion())) in inductiveLoopCheck()
5480 TIntermBinary* binaryTerminal = loop->getTerminal()->getAsBinaryNode(); in inductiveLoopCheck() local5481 if (unaryTerminal || binaryTerminal) { in inductiveLoopCheck()5493 if (binaryTerminal && (! binaryTerminal->getLeft()->getAsSymbolNode() || in inductiveLoopCheck()5494 binaryTerminal->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()5495 ! binaryTerminal->getRight()->getAsConstantUnion())) in inductiveLoopCheck()