Lines Matching refs:SMax
778 ConstantInt *SMax = ConstantInt::get(X->getContext(),
788 return new ICmpInst(ICmpInst::ICMP_SGT, X, ConstantExpr::getSub(SMax, CI));
799 SMax, C));
3365 APFloat SMax(RHS.getSemantics());
3366 SMax.convertFromAPInt(APInt::getSignedMaxValue(IntWidth), true,
3368 if (SMax.compare(RHS) == APFloat::cmpLessThan) { // smax < 13123.0
3412 // Okay, now we know that the FP constant fits in the range [SMIN, SMAX] or