Searched refs:other_c (Results 1 – 1 of 1) sorted by relevance
1342 int32_t other_c = other_value.GetConstant(); in AddComparesWithDeoptimization() local1343 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() local1357 if (min_c <= other_c && other_c <= max_c) { in AddComparesWithDeoptimization()1445 int32_t other_c = other_value.GetConstant(); in TransformLoopForDynamicBCE() local1458 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() local1468 if (min_c <= other_c && other_c <= max_c) { in TransformLoopForDynamicBCE()[all …]