Searched refs:tree_int_cst_compare (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | tree-vect-analyze.c | 734 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()
|
| HD | c-common.c | 1645 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 …]
|
| HD | stmt.c | 2110 && 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()
|
| HD | targhooks.c | 627 if (tree_int_cst_compare (TYPE_SIZE (type), bitsize_int (POINTER_SIZE)) > 0) in default_builtin_vector_alignment_reachable()
|
| HD | tree-ssa-ccp.c | 1672 cmp = tree_int_cst_compare (field_offset, offset); in maybe_fold_offset_to_component_ref()
|
| HD | tree-cfg.c | 2223 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()
|
| HD | tree-vrp.c | 840 return tree_int_cst_compare (val1, val2); in compare_values_warnv()
|
| HD | tree.h | 3703 extern int tree_int_cst_compare (tree, tree);
|
| HD | gimplify.c | 1323 return tree_int_cst_compare (CASE_LOW (case1), CASE_LOW (case2)); in compare_case_labels()
|
| HD | tree.c | 4525 tree_int_cst_compare (tree t1, tree t2) in tree_int_cst_compare() function
|
| HD | ChangeLog-2000 | 9048 * tree.c (tree_int_cst_compare): New function. 9049 * tree.h (tree_int_cst_compare): Declare.
|
| HD | ChangeLog-2004 | 8686 constant before calling tree_int_cst_compare.
|
| /NextBSD/contrib/gcc/cp/ |
| HD | class.c | 4534 return tree_int_cst_compare ((tree) k1, (tree) k2); in splay_tree_compare_integer_csts()
|