Searched refs:bound_ (Results 1 – 1 of 1) sorted by relevance
394 bound_(bound) {} in MonotonicValueRange()399 ValueBound GetBound() const { return bound_; } in GetBound()427 ValueBound lower = ValueBound::NarrowLowerBound(bound_, range->GetLower()); in Narrow()477 ValueBound upper = ValueBound::NarrowUpperBound(bound_, range->GetUpper()); in Narrow()502 const ValueBound bound_; // Additional value bound info for initial_. member in art::MonotonicValueRange