Lines Matching refs:getMinValue
1256 return SE->getConstant(APInt::getMinValue(BitWidth) - in getUnsignedOverflowLimitForStep()
2362 : APInt::getMinValue(NumBits); in willNotOverflow()
5220 const SCEV *N = getConstant(APInt::getMinValue(BitWidth) - in proveNoUnsignedWrapViaInduction()
6487 return ConstantRange::getNonEmpty(KnownEnd.getMinValue(), in getRangeForUnknownRecurrence()
6491 return ConstantRange::getNonEmpty(KnownStart.getMinValue(), in getRangeForUnknownRecurrence()
6503 return ConstantRange::getNonEmpty(KnownEnd.getMinValue(), in getRangeForUnknownRecurrence()
6511 return ConstantRange(KnownStart.getMinValue(), in getRangeForUnknownRecurrence()
6634 ConstantRange(APInt::getMinValue(BitWidth), in getRangeRef()
6863 if (Known.getMinValue() != Known.getMaxValue() + 1) in getRangeRef()
6865 ConstantRange(Known.getMinValue(), Known.getMaxValue() + 1), in getRangeRef()
12630 APInt MinValue = APInt::getMinValue(BitWidth); in canIVOverflowOnGT()
13205 : APInt::getMinValue(BitWidth) + (MinStride - 1); in howManyGreaterThans()