Home
last modified time | relevance | path

Searched refs:NarrowUpperBound (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc222 static ValueBound NarrowUpperBound(ValueBound bound1, ValueBound bound2) { in NarrowUpperBound() function in art::ValueBound
332 ValueBound::NarrowUpperBound(upper_, range->upper_)); in Narrow()
463 ValueBound upper = ValueBound::NarrowUpperBound(bound_, range->GetUpper()); in Narrow()