Lines Matching refs:getSignedMinValue
940 APInt Mod = APInt::getSignedMinValue(W+1); in BinomialCoefficient()
1236 return SE->getConstant(APInt::getSignedMinValue(BitWidth) - in getSignedOverflowLimitForStep()
2351 if (C == APInt::getSignedMinValue(NumBits)) in willNotOverflow()
2361 APInt Min = Signed ? APInt::getSignedMinValue(NumBits) in willNotOverflow()
3213 APInt::getSignedMinValue(getTypeSizeInBits(AddRec->getType())); in getMulExpr()
6641 APInt::getSignedMinValue(BitWidth), in getRangeRef()
6734 APInt::getSignedMinValue(BitWidth)), in getRangeRef()
6738 ConstantRange::getNonEmpty(APInt::getSignedMinValue(BitWidth), in getRangeRef()
6869 ConstantRange(APInt::getSignedMinValue(BitWidth).ashr(NS - 1), in getRangeRef()
12038 FoundRHSLimit = APInt::getSignedMinValue(getTypeSizeInBits(RHS->getType())) - *RDiff; in isImpliedCondOperandsViaNoOverflow()
12622 APInt MinValue = APInt::getSignedMinValue(BitWidth); in canIVOverflowOnGT()
13204 APInt Limit = IsSigned ? APInt::getSignedMinValue(BitWidth) + (MinStride - 1) in howManyGreaterThans()