Lines Matching defs:SMax
935 APInt SMax = APInt::getSignedMaxValue(C.getBitWidth());
945 ConstantInt::get(X->getType(), SMax - C));
956 ConstantInt::get(X->getType(), SMax - (C - 1)));
3096 const APInt SMax = APInt::getSignedMaxValue(Ty->getScalarSizeInBits());
3101 if (Pred == CmpInst::ICMP_UGT && C == *C2 + SMax)
3110 return new ICmpInst(ICmpInst::ICMP_ULT, X, ConstantInt::get(Ty, SMax - C));
3114 return new ICmpInst(ICmpInst::ICMP_UGT, X, ConstantInt::get(Ty, C ^ SMax));
7713 APFloat SMax(RHS->getSemantics());
7714 SMax.convertFromAPInt(APInt::getSignedMaxValue(IntWidth), true,
7716 if (SMax < *RHS) { // smax < 13123.0