Searched refs:SignedMin (Results 1 – 4 of 4) sorted by relevance
209 APInt SignedMin = Other.getSignedMin(); in makeGuaranteedNoWrapRegion() local218 if (SignedMin.isNegative()) in makeGuaranteedNoWrapRegion()220 Result, ConstantRange(APInt::getSignedMinValue(BitWidth) - SignedMin, in makeGuaranteedNoWrapRegion()304 APInt SignedMin(APInt::getSignedMinValue(getBitWidth())); in getSignedMin() local308 return SignedMin; in getSignedMin()311 if (getUpper() != SignedMin) in getSignedMin()312 return SignedMin; in getSignedMin()
200 APInt SignedMin(APInt::getSignedMinValue(getBitWidth())); in getSignedMin() local205 return SignedMin; in getSignedMin()208 if (getUpper() != SignedMin) in getSignedMin()209 return SignedMin; in getSignedMin()
219 const APInt &SignedMin = Other.getSignedMin(); in makeGuaranteedNoWrapRegion() local226 if (SignedMin.isNegative()) in makeGuaranteedNoWrapRegion()229 ConstantRange(APInt::getSignedMinValue(BitWidth) - SignedMin, in makeGuaranteedNoWrapRegion()244 const APInt &SignedMin = Other.getSignedMin(); in makeGuaranteedNoWrapRegion() local251 if (SignedMin.isNegative()) in makeGuaranteedNoWrapRegion()255 APInt::getSignedMinValue(BitWidth) + SignedMin)); in makeGuaranteedNoWrapRegion()
35416 APInt SignedMax, SignedMin; in detectSSatPattern() local35419 SignedMin = APInt(NumSrcBits, 0); in detectSSatPattern()35422 SignedMin = APInt::getSignedMinValue(NumDstBits).sext(NumSrcBits); in detectSSatPattern()35426 if (SDValue SMax = MatchMinMax(SMin, ISD::SMAX, SignedMin)) in detectSSatPattern()35429 if (SDValue SMax = MatchMinMax(In, ISD::SMAX, SignedMin)) in detectSSatPattern()