Lines Matching refs:isNegative
68 if (!IsSigned || Known.isNegative() || Known.isNonNegative()) in fromKnownBits()
274 if (V.isNegative()) { in makeExactMulNSWRegion()
310 SMin.isNegative() ? SignedMinVal - SMin : SignedMinVal, in makeGuaranteedNoWrapRegion()
322 SMin.isNegative() ? SignedMinVal + SMin : SignedMinVal); in makeGuaranteedNoWrapRegion()
1413 if (MaxLHS.isNegative()) { in srem()
1563 } else if (getSignedMax().isNegative()) { in ashr()
1657 APInt NewU = Max.sshl_sat(Max.isNegative() ? ShAmtMin : ShAmtMax) + 1; in sshl_sat()
1703 if (SMax.isNegative()) in abs()
1895 if (Max.isNegative() && OtherMax.isNegative() && in signedAddMayOverflow()
1902 if (Min.isNegative() && OtherMin.isNegative() && in signedAddMayOverflow()
1938 if (Min.isNonNegative() && OtherMax.isNegative() && in signedSubMayOverflow()
1941 if (Max.isNegative() && OtherMin.isNonNegative() && in signedSubMayOverflow()
1945 if (Max.isNonNegative() && OtherMin.isNegative() && in signedSubMayOverflow()
1948 if (Min.isNegative() && OtherMax.isNonNegative() && in signedSubMayOverflow()