Lines Matching refs:ToInt
728 APSInt ToInt = R.To(); in truncateTo() local
731 uint64_t CurrentRangeSize = (ToInt - FromInt).getZExtValue(); in truncateTo()
743 Ty.apply(ToInt); in truncateTo()
745 const APSInt &PersistentTo = ValueFactory.getValue(ToInt); in truncateTo()
746 if (FromInt > ToInt) { in truncateTo()
787 APSInt ToInt = R.To(); in convertTo() local
790 Ty.apply(ToInt); in convertTo()
791 return {VF.getValue(FromInt), VF.getValue(ToInt)}; in convertTo()
838 llvm::APSInt ToInt = R.To(); in promoteTo() local
841 Ty.apply(ToInt); in promoteTo()
843 ValueFactory.getValue(ToInt)); in promoteTo()