Searched refs:rightTempConstant (Results 1 – 2 of 2) sorted by relevance
411 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion(); in addBinaryMath() local412 if (leftTempConstant && rightTempConstant) { in addBinaryMath()413 …TIntermTyped *typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink); in addBinaryMath()
3720 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion(); in addFunctionCallOrMethod() local3721 if (leftTempConstant && rightTempConstant) in addFunctionCallOrMethod()3723 TIntermTyped *typedReturnNode = leftTempConstant->fold(op, rightTempConstant, infoSink()); in addFunctionCallOrMethod()