Home
last modified time | relevance | path

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

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