Lines Matching refs:other_c
1342 int32_t other_c = other_value.GetConstant(); in AddComparesWithDeoptimization() local
1343 min_c = std::min(min_c, other_c); in AddComparesWithDeoptimization()
1344 max_c = std::max(max_c, other_c); in AddComparesWithDeoptimization()
1356 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in AddComparesWithDeoptimization() local
1357 if (min_c <= other_c && other_c <= max_c) { in AddComparesWithDeoptimization()
1445 int32_t other_c = other_value.GetConstant(); in TransformLoopForDynamicBCE() local
1458 min_c = std::min(min_c, other_c); in TransformLoopForDynamicBCE()
1459 max_c = std::max(max_c, other_c); in TransformLoopForDynamicBCE()
1467 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in TransformLoopForDynamicBCE() local
1468 if (min_c <= other_c && other_c <= max_c) { in TransformLoopForDynamicBCE()
1489 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in TransformLoopForDynamicBCE() local
1493 if (other_c == max_c) { in TransformLoopForDynamicBCE()
1496 } else if (other_c == min_c && base != nullptr) { in TransformLoopForDynamicBCE()