Searched refs:leftTempConstant (Results 1 – 3 of 3) sorted by relevance
413 TIntermConstantUnion *leftTempConstant = left->getAsConstantUnion(); in addBinaryMath() local415 if (leftTempConstant && rightTempConstant) { in addBinaryMath()416 …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()
149 TIntermConstantUnion *leftTempConstant = node->getLeft()->getAsConstantUnion(); in addBinaryMath() local151 if (leftTempConstant && rightTempConstant) { in addBinaryMath()152 TIntermTyped* folded = leftTempConstant->fold(node->getOp(), rightTempConstant); in addBinaryMath()