Searched defs:upper_bound (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc574 ValueBound upper_bound = range->GetUpper(); variable
575 if (upper_bound.IsConstant()) {
576 upper = upper_bound.GetConstant();
577 } else if (upper_bound.IsRelatedToArrayLength() && upper_bound.GetConstant() <= 0) {
579 upper = max_array_len + upper_bound.GetConstant();

Completed in 1439 milliseconds