HomeSort by: relevance | last modified time | path
    Searched defs:vr_max (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-restrict.cc 358 tree vr_min, vr_max; local
359 rng = get_legacy_range (vr, vr_min, vr_max);
363 max = wi::to_wide (vr_max);
tree-data-ref.cc 1039 tree vr_min, vr_max;
1040 value_range_kind vr_kind = get_legacy_range (vr, vr_min, vr_max);
1042 wide_int var_max = wi::to_wide (vr_max);
1038 tree vr_min, vr_max; local
vr-values.cc 1388 tree vr_max = fold_convert (case_label_type, max); local
1401 if (tree_int_cst_compare (CASE_LOW (max_label), vr_max) <= 0
1403 && tree_int_cst_compare (CASE_HIGH (max_label), vr_max) > 0)
1404 CASE_HIGH (max_label) = vr_max;
1416 && tree_int_cst_compare (CASE_HIGH (min_label), vr_max) > 0)
1418 = int_const_binop (PLUS_EXPR, vr_max, one_cst);
1424 && tree_int_cst_compare (CASE_HIGH (min_label), vr_max) == 0)
1440 if (tree_int_cst_compare (CASE_LOW (max_label), vr_max) <= 0
1442 && tree_int_cst_compare (CASE_HIGH (max_label), vr_max) > 0)
1444 = int_const_binop (PLUS_EXPR, vr_max, one_cst)
    [all...]
ipa-fnsummary.cc 1755 tree vr_min, vr_max; local
1759 value_range_kind vr_type = get_legacy_range (vr, vr_min, vr_max);
1761 wide_int vr_wmax = wi::to_wide (vr_max);
tree-vect-patterns.cc 70 tree vr_min, vr_max; local
74 value_range_kind vr_type = get_legacy_range (vr, vr_min, vr_max);
76 *max_value = wi::to_wide (vr_max);
  /src/external/gpl3/gcc.old/dist/gcc/
vr-values.cc 3771 tree vr_max = fold_convert (case_label_type, vr->max ()); local
3784 if (tree_int_cst_compare (CASE_LOW (max_label), vr_max) <= 0
3786 && tree_int_cst_compare (CASE_HIGH (max_label), vr_max) > 0)
3787 CASE_HIGH (max_label) = vr_max;
3799 && tree_int_cst_compare (CASE_HIGH (min_label), vr_max) > 0)
3801 = int_const_binop (PLUS_EXPR, vr_max, one_cst);
3807 && tree_int_cst_compare (CASE_HIGH (min_label), vr_max) == 0)
3823 if (tree_int_cst_compare (CASE_LOW (max_label), vr_max) <= 0
3825 && tree_int_cst_compare (CASE_HIGH (max_label), vr_max) > 0)
3827 = int_const_binop (PLUS_EXPR, vr_max, one_cst)
    [all...]

Completed in 45 milliseconds