Lines Matching defs:MaxFloat
21722 APFloat MaxFloat(Sem);
21726 APFloat::opStatus MaxStatus = MaxFloat.convertFromAPInt(
21732 SDValue MaxFloatNode = DAG.getConstantFP(MaxFloat, dl, SrcVT);
21741 // Clamp by MaxFloat from above. If Src is NaN, propagate NaN.
21755 // Clamp by MaxFloat from above. NaN cannot occur.
21796 // If Src OGT MaxFloat, select MaxInt.