Lines Matching refs:getMinValue
1258 return SE->getConstant(APInt::getMinValue(BitWidth) - in getUnsignedOverflowLimitForStep()
2364 : APInt::getMinValue(NumBits); in willNotOverflow()
5225 const SCEV *N = getConstant(APInt::getMinValue(BitWidth) - in proveNoUnsignedWrapViaInduction()
6503 return ConstantRange::getNonEmpty(KnownEnd.getMinValue(), in getRangeForUnknownRecurrence()
6507 return ConstantRange::getNonEmpty(KnownStart.getMinValue(), in getRangeForUnknownRecurrence()
6519 return ConstantRange::getNonEmpty(KnownEnd.getMinValue(), in getRangeForUnknownRecurrence()
6527 return ConstantRange(KnownStart.getMinValue(), in getRangeForUnknownRecurrence()
6650 ConstantRange(APInt::getMinValue(BitWidth), in getRangeRef()
6879 if (Known.getMinValue() != Known.getMaxValue() + 1) in getRangeRef()
6881 ConstantRange(Known.getMinValue(), Known.getMaxValue() + 1), in getRangeRef()
12708 APInt MinValue = APInt::getMinValue(BitWidth); in canIVOverflowOnGT()
13331 : APInt::getMinValue(BitWidth) + (MinStride - 1); in howManyGreaterThans()