Searched refs:binaryTerminal (Results 1 – 4 of 4) sorted by relevance
3035 TIntermBinary *binaryTerminal = node->getExpression()->getAsBinaryNode(); in handleExcessiveLoop() local3038 if (binaryTerminal) in handleExcessiveLoop()3040 TOperator op = binaryTerminal->getOp(); in handleExcessiveLoop()3041 TIntermConstantUnion *constant = binaryTerminal->getRight()->getAsConstantUnion(); in handleExcessiveLoop()
2934 TIntermBinary *binaryTerminal = node->getExpression()->getAsBinaryNode(); in handleExcessiveLoop() local2937 if (binaryTerminal) in handleExcessiveLoop()2939 TOperator op = binaryTerminal->getOp(); in handleExcessiveLoop()2940 TIntermConstantUnion *constant = binaryTerminal->getRight()->getAsConstantUnion(); in handleExcessiveLoop()
3894 TIntermBinary *binaryTerminal = node->getExpression()->getAsBinaryNode(); in LoopInfo() local3897 if(binaryTerminal) in LoopInfo()3899 TIntermSymbol *operand = binaryTerminal->getLeft()->getAsSymbolNode(); in LoopInfo()3903 TOperator op = binaryTerminal->getOp(); in LoopInfo()3904 TIntermConstantUnion *constant = binaryTerminal->getRight()->getAsConstantUnion(); in LoopInfo()
5272 TIntermBinary* binaryTerminal = loop->getTerminal()->getAsBinaryNode(); in inductiveLoopCheck() local5273 if (unaryTerminal || binaryTerminal) { in inductiveLoopCheck()5285 if (binaryTerminal && (! binaryTerminal->getLeft()->getAsSymbolNode() || in inductiveLoopCheck()5286 binaryTerminal->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()5287 ! binaryTerminal->getRight()->getAsConstantUnion())) in inductiveLoopCheck()