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