Lines Matching defs:MinFloat
21339 APFloat MinFloat(DAG.EVTToAPFloatSemantics(SrcVT));
21342 APFloat::opStatus MinStatus = MinFloat.convertFromAPInt(
21349 SDValue MinFloatNode = DAG.getConstantFP(MinFloat, dl, SrcVT);
21356 // Clamp by MinFloat from below. If Src is NaN, propagate NaN.
21370 // Clamp by MinFloat from below. If Src is NaN, the result is MinFloat.
21380 // In the unsigned case we're done, because we mapped NaN to MinFloat,
21408 // If Src ULT MinFloat, select MinInt. In particular, this also selects