Home
last modified time | relevance | path

Searched refs:simple_cst_equal (Results 1 – 25 of 41) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.c2689 if (simple_cst_equal (TREE_VALUE (a), TREE_VALUE (a2)) == 1)
3097 if (simple_cst_equal (TREE_VALUE (t2), TREE_VALUE (attr)) == 1)
3104 if (simple_cst_equal (TREE_VALUE (t2), TREE_VALUE (attr)) != 1)
3125 && ! (1 == simple_cst_equal (TREE_PURPOSE (t1), TREE_PURPOSE (t2))
3301 if (simple_cst_equal (TREE_VALUE (l1), TREE_VALUE (l2)) != 1)
3318 simple_cst_equal (t1, t2) in simple_cst_equal() function
3337 return simple_cst_equal (TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0));
3339 return simple_cst_equal (TREE_OPERAND (t1, 0), t2);
3344 return simple_cst_equal (t1, TREE_OPERAND (t2, 0));
3370 return simple_cst_equal (TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0));
[all …]
H A Dstor-layout.c1067 && simple_cst_equal (TYPE_SIZE (type),
1138 ? !simple_cst_equal (TYPE_SIZE (type),
1288 && simple_cst_equal (unpadded_size, TYPE_SIZE (rli->t)) == 0)
1311 if (simple_cst_equal (unpacked_size, TYPE_SIZE (rli->t)))
1390 if (simple_cst_equal (TYPE_SIZE (type), DECL_SIZE (field)))
1731 if (simple_cst_equal (TYPE_SIZE (type), tmp) != 1)
1749 if (simple_cst_equal (TYPE_SIZE (type),
H A Dattribs.c285 if (simple_cst_equal (TREE_VALUE (a), args) == 1)
H A Dstmt.c1973 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j))))
1984 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j))))
1987 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j))))
H A Dtree.h2954 extern int simple_cst_equal PARAMS ((tree, tree));
/openbsd-src/gnu/gcc/gcc/
H A Dstor-layout.c1042 && simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type))) in place_field()
1112 ? !simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type)) in place_field()
1261 && simple_cst_equal (unpadded_size, TYPE_SIZE (rli->t)) == 0) in finalize_record_size()
1278 if (simple_cst_equal (unpacked_size, TYPE_SIZE (rli->t))) in finalize_record_size()
1348 if (simple_cst_equal (TYPE_SIZE (type), DECL_SIZE (field))) in compute_record_mode()
1790 if (simple_cst_equal (TYPE_SIZE (type), in layout_type()
H A Dtree.c3581 else if (simple_cst_equal (TREE_VALUE (a), in merge_attributes()
4415 else if (simple_cst_equal (TREE_VALUE (t2), TREE_VALUE (attr)) == 1) in attribute_list_contained()
4439 && ! (1 == simple_cst_equal (TREE_PURPOSE (t1), TREE_PURPOSE (t2)) in type_list_equal()
4600 if (simple_cst_equal (TREE_VALUE (l1), TREE_VALUE (l2)) != 1) in simple_cst_list_equal()
4617 simple_cst_equal (tree t1, tree t2) in simple_cst_equal() function
4635 return simple_cst_equal (TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0)); in simple_cst_equal()
4637 return simple_cst_equal (TREE_OPERAND (t1, 0), t2); in simple_cst_equal()
4642 return simple_cst_equal (t1, TREE_OPERAND (t2, 0)); in simple_cst_equal()
4672 if (!simple_cst_equal (VEC_index (constructor_elt, v1, idx)->value, in simple_cst_equal()
4679 return simple_cst_equal (TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0)); in simple_cst_equal()
[all …]
H A Dattribs.c287 if (simple_cst_equal (TREE_VALUE (a), args) == 1) in decl_attributes()
H A Dtree-ssa.c973 && simple_cst_equal (TYPE_MAX_VALUE (inner_type), TYPE_MAX_VALUE (outer_type)) in tree_ssa_useless_type_conversion_1()
974 && simple_cst_equal (TYPE_MIN_VALUE (inner_type), TYPE_MIN_VALUE (outer_type))) in tree_ssa_useless_type_conversion_1()
H A Dvalue-prof.c304 if (simple_cst_equal (op2, value) != 1 || 2 * count < all) in tree_divmod_fixed_value_transform()
468 if (simple_cst_equal (op2, value) != 1 || count < wrong_values) in tree_mod_pow2_value_transform()
H A Dipa-pure-const.c300 if (simple_cst_equal(TREE_VALUE (link), memory_identifier_string) == 1) in get_asm_expr_operands()
H A Dtree-ssa-copy.c846 && simple_cst_equal (phi_val.mem_ref, arg_val->mem_ref) != 1)) in copy_prop_visit_phi_node()
H A Dtree-ssa-forwprop.c643 || !simple_cst_equal (TREE_OPERAND (offset, 1), in forward_propagate_addr_into_variable_array_index()
H A Dstmt.c1190 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
1201 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
1204 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
H A Dtree-ssa-propagate.c971 && simple_cst_equal (rhs, val->mem_ref) == 1) in replace_vuses_in()
H A Dtree-ssa-ccp.c688 && simple_cst_equal (val1->value, val2->value) == 1 in ccp_lattice_meet()
2130 else if (simple_cst_equal (val, *length) != 1) in get_maxval_strlen()
H A Dipa-reference.c420 if (simple_cst_equal(TREE_VALUE (link), memory_identifier_string) == 1) in get_asm_expr_operands()
H A Dc-typeck.c1098 if (simple_cst_equal (TREE_VALUE (tv1), TREE_VALUE (tv2)) != 1) in tagged_types_tu_compatible_p()
1125 || simple_cst_equal (TREE_VALUE (s1), TREE_VALUE (s2)) != 1) in tagged_types_tu_compatible_p()
1163 && simple_cst_equal (DECL_FIELD_BIT_OFFSET (s1), in tagged_types_tu_compatible_p()
1195 && simple_cst_equal (DECL_FIELD_BIT_OFFSET (s1), in tagged_types_tu_compatible_p()
1231 && simple_cst_equal (DECL_FIELD_BIT_OFFSET (s1), in tagged_types_tu_compatible_p()
H A Dtree.h4340 extern int simple_cst_equal (tree, tree);
H A Dgimplify.c2891 if (simple_cst_equal (lower, upper)) in gimplify_init_ctor_eval()
H A Dfold-const.c5402 && simple_cst_equal (const_binop (BIT_AND_EXPR, result, l_const, 0), in fold_truthop()
11728 && simple_cst_equal (arg1, TYPE_SIZE (type)) == 1 in fold_ternary()
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-19951493 * typeck.c (commonparms): Don't abort if simple_cst_equal returns < 0.
1552 * decl.c (duplicate_decls): Check simple_cst_equal result against 0.
2746 permanent_obstack. Also use simple_cst_equal to compare them when
H A Dtypeck.c208 if (1 != simple_cst_equal (TREE_PURPOSE (p1), TREE_PURPOSE (p2))) in commonparms()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c287 if (1 != simple_cst_equal (TREE_PURPOSE (p1), TREE_PURPOSE (p2)))
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c8425 return (simple_cst_equal (TYPE_SIZE (type1), TYPE_SIZE (type2)) in objc_types_share_size_and_alignment()

12