Searched refs:rightTempConstant (Results 1 – 1 of 1) sorted by relevance
216 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion(); in addBinaryMath() local217 if (leftTempConstant && rightTempConstant) { in addBinaryMath()218 typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink); in addBinaryMath()