Lines Matching defs:getMaxValue
352 const llvm::APSInt &RangeSet::getMaxValue() const {
414 Upper = Type.getMaxValue();
424 Upper = Type.getMaxValue();
433 Upper = Type.getMaxValue();
443 Upper = Type.getMaxValue();
465 Upper = Type.getMaxValue();
492 if (What.getMaxValue() < Lower || Upper < What.getMinValue())
505 if (What.getMaxValue() < Lower && Upper < What.getMinValue())
511 Range(ValueFactory.getValue(Lower), ValueFactory.getMaxValue(Lower)));
597 if (LHS.isEmpty() || RHS.isEmpty() || LHS.getMaxValue() < RHS.getMinValue() ||
598 RHS.getMaxValue() < LHS.getMinValue())
617 const llvm::APSInt &MAX = ValueFactory.getMaxValue(SampleValue);
725 uint64_t CastRangeSize = APInt::getMaxValue(Ty.getBitWidth()).getZExtValue();
738 ValueFactory.getMaxValue(Ty));
749 Dummy.emplace_back(PersistentFrom, ValueFactory.getMaxValue(Ty));
811 AscendArray.emplace_back(NewBounds.first, ValueFactory.getMaxValue(Ty));
1312 ValueFactory.getMaxValue(T));
1354 return {Origin.getMinValue(), Origin.getMaxValue()};
1417 ValueFactory.getMaxValue(RangeType)};
1659 if (RHS.getMaxValue().isNegative() ||
1660 LHS.getAPSIntType().convert(RHS.getMaxValue()) < LHS.getMinValue())
1664 if (LHS.getMaxValue().isNegative() ||
1665 RHS.getAPSIntType().convert(LHS.getMaxValue()) < RHS.getMinValue())
1716 : ValueFactory.getMaxValue(ResultType);
2664 Constraint->getMaxValue(), true);
2896 return Range.isEmpty() ? nullptr : &Range.getMaxValue();
3149 llvm::APSInt Max = AdjustmentType.getMaxValue();
3190 llvm::APSInt Max = AdjustmentType.getMaxValue();
3223 llvm::APSInt Max = AdjustmentType.getMaxValue();