Searched refs:NewBounds (Results 1 – 1 of 1) sorted by relevance
799 Bounds NewBounds = CastRange(*(It++)); in convertTo() local801 if (NewBounds.first < LastConvertedInt) { in convertTo()802 DescendArray.emplace_back(NewBounds.first, NewBounds.second); in convertTo()809 if (NewBounds.first > NewBounds.second) { in convertTo()810 DescendArray.emplace_back(ValueFactory.getMinValue(Ty), NewBounds.second); in convertTo()811 AscendArray.emplace_back(NewBounds.first, ValueFactory.getMaxValue(Ty)); in convertTo()814 AscendArray.emplace_back(NewBounds.first, NewBounds.second); in convertTo()815 LastConvertedInt = NewBounds.first; in convertTo()819 Bounds NewBounds = CastRange(*(It++)); in convertTo() local820 DescendArray.emplace_back(NewBounds.first, NewBounds.second); in convertTo()