Lines Matching defs:MinMax
28412 SDValue MinMax = DAG.getNode(MinMaxOp, DL, VT, NewX, NewY, Op->getFlags());
28415 return MinMax;
28418 return DAG.getSelect(DL, VT, IsNaN, NewX, MinMax);
45281 if (SDValue MinMax = combineMinMaxReduction(N, DAG, Subtarget))
45282 return MinMax;