Lines Matching defs:SMax
957 APInt SMax = APInt::getSignedMaxValue(C.getBitWidth());
967 ConstantInt::get(X->getType(), SMax - C));
978 ConstantInt::get(X->getType(), SMax - (C - 1)));
3188 const APInt SMax = APInt::getSignedMaxValue(Ty->getScalarSizeInBits());
3193 if (Pred == CmpInst::ICMP_UGT && C == *C2 + SMax)
3202 return new ICmpInst(ICmpInst::ICMP_ULT, X, ConstantInt::get(Ty, SMax - C));
3206 return new ICmpInst(ICmpInst::ICMP_UGT, X, ConstantInt::get(Ty, C ^ SMax));
7825 APFloat SMax(RHS->getSemantics());
7826 SMax.convertFromAPInt(APInt::getSignedMaxValue(IntWidth), true,
7828 if (SMax < *RHS) { // smax < 13123.0