Lines Matching refs:isNegative
67 if (!IsSigned || Known.isNegative() || Known.isNonNegative()) in fromKnownBits()
274 if (V.isNegative()) { in makeExactMulNSWRegion()
313 SMin.isNegative() ? SignedMinVal - SMin : SignedMinVal, in makeGuaranteedNoWrapRegion()
325 SMin.isNegative() ? SignedMinVal + SMin : SignedMinVal); in makeGuaranteedNoWrapRegion()
1382 if (MaxLHS.isNegative()) { in srem()
1525 } else if (getSignedMax().isNegative()) { in ashr()
1619 APInt NewU = Max.sshl_sat(Max.isNegative() ? ShAmtMin : ShAmtMax) + 1; in sshl_sat()
1665 if (SMax.isNegative()) in abs()
1705 if (Max.isNegative() && OtherMax.isNegative() && in signedAddMayOverflow()
1712 if (Min.isNegative() && OtherMin.isNegative() && in signedAddMayOverflow()
1748 if (Min.isNonNegative() && OtherMax.isNegative() && in signedSubMayOverflow()
1751 if (Max.isNegative() && OtherMin.isNonNegative() && in signedSubMayOverflow()
1755 if (Max.isNonNegative() && OtherMin.isNegative() && in signedSubMayOverflow()
1758 if (Min.isNegative() && OtherMax.isNonNegative() && in signedSubMayOverflow()