Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1443 int32_t other_c = other_value.GetConstant(); in AddComparesWithDeoptimization() local
1444 min_c = std::min(min_c, other_c); in AddComparesWithDeoptimization()
1445 max_c = std::max(max_c, other_c); in AddComparesWithDeoptimization()
1457 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in AddComparesWithDeoptimization() local
1458 if (min_c <= other_c && other_c <= max_c) { in AddComparesWithDeoptimization()
1546 int32_t other_c = other_value.GetConstant(); in TransformLoopForDynamicBCE() local
1559 min_c = std::min(min_c, other_c); in TransformLoopForDynamicBCE()
1560 max_c = std::max(max_c, other_c); in TransformLoopForDynamicBCE()
1568 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in TransformLoopForDynamicBCE() local
1569 if (min_c <= other_c && other_c <= max_c) { in TransformLoopForDynamicBCE()
[all …]