Home
last modified time | relevance | path

Searched refs:tree_int_cst_compare (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/gcc/
HDtree-vect-analyze.c734 if ((aligned_to && tree_int_cst_compare (aligned_to, alignment) < 0) in vect_compute_data_ref_alignment()
746 && tree_int_cst_compare (ssize_int (DECL_ALIGN_UNIT (base)), in vect_compute_data_ref_alignment()
749 && tree_int_cst_compare (ssize_int (TYPE_ALIGN_UNIT (TREE_TYPE ( in vect_compute_data_ref_alignment()
1327 if (!step || tree_int_cst_compare (step, TYPE_SIZE_UNIT (scalar_type))) in vect_analyze_data_ref_access()
HDc-common.c1645 if (tree_int_cst_compare (case_low, min_value) < 0 in check_case_bounds()
1646 && tree_int_cst_compare (case_high, min_value) < 0) in check_case_bounds()
1653 if (tree_int_cst_compare (case_low, max_value) > 0 in check_case_bounds()
1654 && tree_int_cst_compare (case_high, max_value) > 0) in check_case_bounds()
1661 if (tree_int_cst_compare (case_high, min_value) >= 0 in check_case_bounds()
1662 && tree_int_cst_compare (case_low, min_value) < 0) in check_case_bounds()
1670 if (tree_int_cst_compare (case_low, max_value) <= 0 in check_case_bounds()
1671 && tree_int_cst_compare (case_high, max_value) > 0) in check_case_bounds()
3718 return tree_int_cst_compare ((tree) k1, (tree) k2); in case_compare()
3823 && tree_int_cst_compare (CASE_HIGH ((tree) low_bound->value), in c_add_case_label()
[all …]
HDstmt.c2110 && tree_int_cst_compare (low, min_value) < 0) in add_case_node()
2112 && tree_int_cst_compare (low, max_value) > 0)) in add_case_node()
2121 && tree_int_cst_compare (high, min_value) < 0) in add_case_node()
2123 && tree_int_cst_compare (low, max_value) > 0)) in add_case_node()
2129 && tree_int_cst_compare (low, min_value) < 0) in add_case_node()
2136 && tree_int_cst_compare (high, max_value) > 0) in add_case_node()
HDtarghooks.c627 if (tree_int_cst_compare (TYPE_SIZE (type), bitsize_int (POINTER_SIZE)) > 0) in default_builtin_vector_alignment_reachable()
HDtree-ssa-ccp.c1672 cmp = tree_int_cst_compare (field_offset, offset); in maybe_fold_offset_to_component_ref()
HDtree-cfg.c2223 cmp = tree_int_cst_compare (CASE_LOW (t), val); in find_case_label_for_value()
2239 if (cmp <= 0 && tree_int_cst_compare (CASE_HIGH (t), val) >= 0) in find_case_label_for_value()
HDtree-vrp.c840 return tree_int_cst_compare (val1, val2); in compare_values_warnv()
HDtree.h3703 extern int tree_int_cst_compare (tree, tree);
HDgimplify.c1323 return tree_int_cst_compare (CASE_LOW (case1), CASE_LOW (case2)); in compare_case_labels()
HDtree.c4525 tree_int_cst_compare (tree t1, tree t2) in tree_int_cst_compare() function
HDChangeLog-20009048 * tree.c (tree_int_cst_compare): New function.
9049 * tree.h (tree_int_cst_compare): Declare.
HDChangeLog-20048686 constant before calling tree_int_cst_compare.
/NextBSD/contrib/gcc/cp/
HDclass.c4534 return tree_int_cst_compare ((tree) k1, (tree) k2); in splay_tree_compare_integer_csts()