Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc207 static ValueBound NarrowLowerBound(ValueBound bound1, ValueBound bound2) { in NarrowLowerBound() function in art::ValueBound
331 ValueBound::NarrowLowerBound(lower_, range->lower_), in Narrow()
413 ValueBound lower = ValueBound::NarrowLowerBound(bound_, range->GetLower()); in Narrow()