Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-switch-conversion.c108 tree range_min; member
184 info.range_min = CASE_LOW (min_case); in check_range()
194 gcc_assert (info.range_min); in check_range()
197 info.range_size = int_const_binop (MINUS_EXPR, range_max, info.range_min); in check_range()
422 tree pos = info.range_min; in build_constructors()
449 info.range_min); in build_constructors()
476 elt->index = int_const_binop (MINUS_EXPR, pos, info.range_min); in build_constructors()
685 fold_convert_loc (loc, utype, info.range_min)); in build_arrays()
H A Dtree.c10095 tree range_min, range_max, min, max; in range_in_array_bounds_p() local
10097 range_min = TYPE_MIN_VALUE (domain_type); in range_in_array_bounds_p()
10099 if (!range_min in range_in_array_bounds_p()
10101 || TREE_CODE (range_min) != INTEGER_CST in range_in_array_bounds_p()
10113 if (tree_int_cst_lt (range_min, min) in range_in_array_bounds_p()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-switch-conversion.c547 tree range_min; member
651 info->range_min = CASE_LOW (min_case); in collect_switch_conv_info()
658 tree last = CASE_HIGH (min_case) ? CASE_HIGH (min_case) : info->range_min; in collect_switch_conv_info()
716 = int_const_binop (MINUS_EXPR, info->range_max, info->range_min); in collect_switch_conv_info()
945 tree pos = info->range_min; in build_constructors()
971 elt.index = int_const_binop (MINUS_EXPR, pos, info->range_min); in build_constructors()
1000 elt.index = int_const_binop (MINUS_EXPR, pos, info->range_min); in build_constructors()
1216 fold_convert_loc (loc, utype, info->range_min)); in build_arrays()
1529 emit_case_bit_tests (swtch, info.index_expr, info.range_min, in process_switch()
H A Dopts.h114 int range_min; member
H A Dopts-common.c692 && (value < option->range_min || value > option->range_max)) in decode_cmdline_option()
1174 option->opt_text, option->range_min, option->range_max); in cmdline_handle_error()
H A Dtree-eh.c2561 tree range_min, range_max, min, max; in range_in_array_bounds_p() local
2563 range_min = TYPE_MIN_VALUE (domain_type); in range_in_array_bounds_p()
2565 if (!range_min in range_in_array_bounds_p()
2567 || TREE_CODE (range_min) != INTEGER_CST in range_in_array_bounds_p()
2579 if (tree_int_cst_lt (range_min, min) in range_in_array_bounds_p()
H A Dvr-values.c1276 tree range_min = build_zero_cst (type); in extract_range_basic() local
1278 set_value_range (vr, VR_RANGE, range_min, range_max, NULL); in extract_range_basic()
H A Dopts.c1331 snprintf (b, sizeof (b), "<%d,%d>", option->range_min, in print_filtered_help()
/dragonfly/sys/dev/drm/i915/
H A Dintel_dpll_mgr.c245 enum intel_dpll_id range_min, in intel_find_shared_dpll() argument
255 for (i = range_min; i <= range_max; i++) { in intel_find_shared_dpll()
274 for (i = range_min; i <= range_max; i++) { in intel_find_shared_dpll()