Lines Matching defs:MinMax
29070 SDValue MinMax = DAG.getNode(MinMaxOp, DL, VT, NewX, NewY, Op->getFlags());
29073 return MinMax;
29078 return DAG.getSelect(DL, VT, IsNaN, NewX, MinMax);
46471 if (SDValue MinMax = combineMinMaxReduction(N, DAG, Subtarget))
46472 return MinMax;