Searched refs:maxConstant (Results 1 – 1 of 1) sorted by relevance
3638 TIntermConstantUnion *maxConstant = parameters[2]->getAsTyped()->getAsConstantUnion(); in addFunctionCallOrMethod() local3640 if (valConstant && minConstant && maxConstant) in addFunctionCallOrMethod()3645 … typedReturnNode = maxConstant->fold(EOpMin, typedReturnNode->getAsConstantUnion(), infoSink()); in addFunctionCallOrMethod()