Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc416 : allocator_(allocator), lower_(lower), upper_(upper) {} in ValueRange()
426 ValueBound GetLower() const { return lower_; } in GetLower()
429 bool IsConstantValueRange() { return lower_.IsConstant() && upper_.IsConstant(); } in IsConstantValueRange()
437 return lower_.GreaterThanOrEqualTo(other_range->lower_) && in FitsIn()
455 ValueBound::NarrowLowerBound(lower_, range->lower_), in Narrow()
462 ValueBound lower = lower_.Add(constant, &overflow, &underflow); in Add()
479 const ValueBound lower_; // inclusive member in art::ValueRange