Lines Matching defs:FromInt
728 APSInt FromInt = R.From();
732 uint64_t CurrentRangeSize = (ToInt - FromInt).getZExtValue();
743 Ty.apply(FromInt);
745 const APSInt &PersistentFrom = ValueFactory.getValue(FromInt);
747 if (FromInt > ToInt) {
787 APSInt FromInt = R.From();
790 Ty.apply(FromInt);
792 return {VF.getValue(FromInt), VF.getValue(ToInt)};
838 llvm::APSInt FromInt = R.From();
841 Ty.apply(FromInt);
843 Result.emplace_back(ValueFactory.getValue(FromInt),