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