Lines Matching defs:MinFloat
21721 APFloat MinFloat(Sem);
21724 APFloat::opStatus MinStatus = MinFloat.convertFromAPInt(
21731 SDValue MinFloatNode = DAG.getConstantFP(MinFloat, dl, SrcVT);
21738 // Clamp by MinFloat from below. If Src is NaN, propagate NaN.
21752 // Clamp by MinFloat from below. If Src is NaN, the result is MinFloat.
21762 // In the unsigned case we're done, because we mapped NaN to MinFloat,
21790 // If Src ULT MinFloat, select MinInt. In particular, this also selects