Home | History | Annotate | Download | only in optimizing

Lines Matching refs:other_c

1240               int32_t other_c = other_value.GetConstant();
1241 min_c = std::min(min_c, other_c);
1242 max_c = std::max(max_c, other_c);
1254 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant();
1255 if (min_c <= other_c && other_c <= max_c) {