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