Searched refs:leftTempConstant (Results 1 – 4 of 4) sorted by relevance
411 TIntermConstantUnion *leftTempConstant = left->getAsConstantUnion(); in addBinaryMath() local413 if (leftTempConstant && rightTempConstant) { in addBinaryMath()414 …TIntermTyped *typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink); in addBinaryMath()
3661 TIntermConstantUnion *leftTempConstant = left->getAsConstantUnion(); in addFunctionCallOrMethod() local3663 if (leftTempConstant && rightTempConstant) in addFunctionCallOrMethod()3665 TIntermTyped *typedReturnNode = leftTempConstant->fold(op, rightTempConstant, infoSink()); in addFunctionCallOrMethod()
206 TIntermConstantUnion *leftTempConstant = node->getLeft()->getAsConstantUnion(); in addBinaryMath() local208 if (leftTempConstant && rightTempConstant) { in addBinaryMath()209 TIntermTyped* folded = leftTempConstant->fold(node->getOp(), rightTempConstant); in addBinaryMath()