Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:UMax

3035     APFloat UMax(RHS.getSemantics());
3036 UMax.convertFromAPInt(APInt::getMaxValue(IntWidth), false,
3038 if (UMax.compare(RHS) == APFloat::cmpLessThan) { // umax < 13123.0
3071 // [0, UMAX], but it may still be fractional. See if it is fractional by