Searched refs:SignedMax (Results 1 – 2 of 2) sorted by relevance
1579 APInt SignedMax = APInt::getSignedMaxValue(getBitWidth()); in signedAddMayOverflow() local1584 Min.sgt(SignedMax - OtherMin)) in signedAddMayOverflow()1591 Max.sgt(SignedMax - OtherMax)) in signedAddMayOverflow()1625 APInt SignedMax = APInt::getSignedMaxValue(getBitWidth()); in signedSubMayOverflow() local1630 Min.sgt(SignedMax + OtherMax)) in signedSubMayOverflow()1637 Max.sgt(SignedMax + OtherMin)) in signedSubMayOverflow()
45160 APInt SignedMax, SignedMin; in detectSSatPattern() local45162 SignedMax = APInt::getAllOnesValue(NumDstBits).zext(NumSrcBits); in detectSSatPattern()45165 SignedMax = APInt::getSignedMaxValue(NumDstBits).sext(NumSrcBits); in detectSSatPattern()45169 if (SDValue SMin = MatchMinMax(In, ISD::SMIN, SignedMax)) in detectSSatPattern()45174 if (SDValue SMin = MatchMinMax(SMax, ISD::SMIN, SignedMax)) in detectSSatPattern()