Searched refs:rightTempConstant (Results 1 – 3 of 3) sorted by relevance
414 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion(); in addBinaryMath() local415 if (leftTempConstant && rightTempConstant) { in addBinaryMath()416 …TIntermTyped *typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink); in addBinaryMath()
3662 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion(); in addFunctionCallOrMethod() local3663 if (leftTempConstant && rightTempConstant) in addFunctionCallOrMethod()3665 TIntermTyped *typedReturnNode = leftTempConstant->fold(op, rightTempConstant, infoSink()); in addFunctionCallOrMethod()
150 TIntermConstantUnion *rightTempConstant = node->getRight()->getAsConstantUnion(); in addBinaryMath() local151 if (leftTempConstant && rightTempConstant) { in addBinaryMath()152 TIntermTyped* folded = leftTempConstant->fold(node->getOp(), rightTempConstant); in addBinaryMath()