Searched refs:valConstant (Results 1 – 1 of 1) sorted by relevance
3636 TIntermConstantUnion *valConstant = parameters[0]->getAsTyped()->getAsConstantUnion(); in addFunctionCallOrMethod() local3640 if (valConstant && minConstant && maxConstant) in addFunctionCallOrMethod()3642 TIntermTyped *typedReturnNode = valConstant->fold(EOpMax, minConstant, infoSink()); in addFunctionCallOrMethod()