Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1240 int32_t other_c = other_value.GetConstant(); in AddComparesWithDeoptimization() local
1241 min_c = std::min(min_c, other_c); in AddComparesWithDeoptimization()
1242 max_c = std::max(max_c, other_c); in AddComparesWithDeoptimization()
1254 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in AddComparesWithDeoptimization() local
1255 if (min_c <= other_c && other_c <= max_c) { in AddComparesWithDeoptimization()