Searched refs:SignedMax (Results 1 – 2 of 2) sorted by relevance
1455 APInt SignedMax = APInt::getSignedMaxValue(getBitWidth()); in signedAddMayOverflow() local1460 Min.sgt(SignedMax - OtherMin)) in signedAddMayOverflow()1467 Max.sgt(SignedMax - OtherMax)) in signedAddMayOverflow()1501 APInt SignedMax = APInt::getSignedMaxValue(getBitWidth()); in signedSubMayOverflow() local1506 Min.sgt(SignedMax + OtherMax)) in signedSubMayOverflow()1513 Max.sgt(SignedMax + OtherMin)) in signedSubMayOverflow()
40993 APInt SignedMax, SignedMin; in detectSSatPattern() local40995 SignedMax = APInt::getAllOnesValue(NumDstBits).zext(NumSrcBits); in detectSSatPattern()40998 SignedMax = APInt::getSignedMaxValue(NumDstBits).sext(NumSrcBits); in detectSSatPattern()41002 if (SDValue SMin = MatchMinMax(In, ISD::SMIN, SignedMax)) in detectSSatPattern()41007 if (SDValue SMin = MatchMinMax(SMax, ISD::SMIN, SignedMax)) in detectSSatPattern()