| /freebsd-12.1/contrib/gcc/ |
| H A D | stor-layout.c | 354 if (integer_zerop (DECL_SIZE (decl)) in layout_decl() 684 && ! integer_zerop (TYPE_SIZE (type))); in update_alignment_for_field() 698 || (!integer_zerop (DECL_SIZE (field)) in update_alignment_for_field() 731 if (integer_zerop (DECL_SIZE (field))) in update_alignment_for_field() 868 if (! integer_zerop (rli->bitpos)) in place_field() 871 else if (integer_zerop (rli->offset)) in place_field() 945 && ! integer_zerop (DECL_SIZE (field)) in place_field() 977 && ! integer_zerop (DECL_SIZE (field)) in place_field() 1091 || integer_zerop (DECL_SIZE (field))) in place_field() 1211 && !integer_zerop (DECL_SIZE (field))) in place_field() [all …]
|
| H A D | fold-const.c | 1502 if (integer_zerop (t2)) in associate_trees() 3987 || ! integer_zerop (low) || ! integer_zerop (high) in make_range() 4258 if (integer_zerop (low)) in build_range_check() 4691 if (integer_zerop (arg01) && integer_zerop (arg2)) in fold_cond_expr_with_comparison() 5597 if (integer_zerop (c)) in extract_muldiv_1() 10749 && integer_zerop (arg1) in fold_binary() 10840 && integer_zerop (arg1) in fold_binary() 10890 && integer_zerop (arg1) in fold_binary() 11567 && integer_zerop (op2) in fold_ternary() 11586 && integer_zerop (op2) in fold_ternary() [all …]
|
| H A D | tree-ssa-uncprop.c | 126 equivalency->rhs = (integer_zerop (op1) in associate_equivalences_with_edges() 133 equivalency->rhs = (integer_zerop (op1) in associate_equivalences_with_edges() 142 equivalency->rhs = (integer_zerop (op1) in associate_equivalences_with_edges() 149 equivalency->rhs = (integer_zerop (op1) in associate_equivalences_with_edges()
|
| H A D | tree-chrec.c | 329 if (integer_zerop (op0)) in chrec_fold_plus() 331 if (integer_zerop (op1)) in chrec_fold_plus() 348 if (integer_zerop (op1)) in chrec_fold_minus() 376 if (integer_zerop (op1)) in chrec_fold_multiply() 389 if (integer_zerop (op0)) in chrec_fold_multiply() 403 if (integer_zerop (op1)) in chrec_fold_multiply() 560 if (!integer_zerop (CHREC_LEFT (chrec))) in chrec_apply()
|
| H A D | tree-ssa-forwprop.c | 258 || integer_zerop (TREE_OPERAND (cond, 1)) in forward_propagate_into_cond_1() 297 && integer_zerop (TREE_OPERAND (cond, 1))) in forward_propagate_into_cond_1() 334 && integer_zerop (TREE_OPERAND (cond, 1))) in forward_propagate_into_cond_1() 386 && integer_zerop (TREE_OPERAND (cond, 1))) in forward_propagate_into_cond_1() 743 || !integer_zerop (TREE_OPERAND (array_ref, 1))) in forward_propagate_addr_expr_1()
|
| H A D | tree-ssa-loop-unswitch.c | 140 if (integer_zerop (cond) || integer_nonzerop (cond)) in tree_may_unswitch_on() 237 else if (integer_zerop (cond)) in tree_unswitch_single_loop()
|
| H A D | tree-ssa-phiopt.c | 388 if ((integer_zerop (arg0) && integer_onep (arg1)) in conditional_replacement() 389 || (integer_zerop (arg1) && integer_onep (arg0))) in conditional_replacement() 469 || (e0 == false_edge && integer_zerop (arg0)) in conditional_replacement() 471 || (e1 == false_edge && integer_zerop (arg1))) in conditional_replacement() 935 : integer_zerop (TREE_OPERAND (cond, 1))) in abs_replacement()
|
| H A D | predict.c | 1054 if (integer_zerop (val)) in tree_predict_by_opcode() 1087 else if (integer_zerop (op0) in tree_predict_by_opcode() 1088 || integer_zerop (TREE_OPERAND (cond, 1))) in tree_predict_by_opcode() 1103 else if (integer_zerop (op0) in tree_predict_by_opcode() 1104 || integer_zerop (TREE_OPERAND (cond, 1))) in tree_predict_by_opcode() 1120 if (integer_zerop (TREE_OPERAND (cond, 1)) in tree_predict_by_opcode() 1131 if (integer_zerop (TREE_OPERAND (cond, 1)) in tree_predict_by_opcode() 1156 if (integer_zerop (val)) in return_prediction() 1176 && (!integer_zerop (val) && !integer_onep (val))) in return_prediction()
|
| H A D | tree-ssa-address.c | 186 if (addr->offset && !integer_zerop (addr->offset)) in addr_for_mem_ref() 648 if (parts.offset && !integer_zerop (parts.offset)) in create_mem_ref() 676 gcc_assert (!parts.offset || integer_zerop (parts.offset)); in create_mem_ref()
|
| H A D | convert.c | 47 if (integer_zerop (expr)) in convert_to_pointer() 92 if (integer_zerop (expr)) in convert_to_block_pointer() 513 if (integer_zerop (expr)) in convert_to_integer()
|
| H A D | tree-chrec.h | 127 return integer_zerop (chrec); in chrec_zerop()
|
| H A D | tree-ssa-reassoc.c | 626 if (integer_zerop (oelast->op)) in eliminate_using_constants() 670 else if (integer_zerop (oelast->op)) in eliminate_using_constants() 682 if (integer_zerop (oelast->op)) in eliminate_using_constants() 712 if (integer_zerop (oelast->op)) in eliminate_using_constants()
|
| H A D | tree-vrp.c | 563 && integer_zerop (vr->min) in range_is_nonnull() 564 && integer_zerop (vr->max); in range_is_nonnull() 574 && integer_zerop (vr->min) in range_is_null() 575 && integer_zerop (vr->max); in range_is_null() 1494 else if (code == MULT_EXPR && !integer_zerop (val1)) in vrp_int_const_binop() 1718 && integer_zerop (vr0.min) in extract_range_from_binary_expr() 1719 && integer_zerop (vr0.max)) in extract_range_from_binary_expr() 1721 && integer_zerop (vr1.min) in extract_range_from_binary_expr() 1722 && integer_zerop (vr1.max)))) in extract_range_from_binary_expr() 4996 if (integer_zerop (val)) in simplify_abs_using_ranges() [all …]
|
| H A D | dojump.c | 176 temp = integer_zerop (exp) ? if_false_label : if_true_label; in do_jump() 355 if (integer_zerop (TREE_OPERAND (exp, 1))) in do_jump() 380 if (integer_zerop (TREE_OPERAND (exp, 1))) in do_jump()
|
| H A D | tree-ssa-ccp.c | 1576 if (integer_zerop (offset)) in maybe_fold_offset_to_array_ref() 1619 if (!integer_zerop (min_idx)) in maybe_fold_offset_to_array_ref() 1621 if (!integer_zerop (elt_offset)) in maybe_fold_offset_to_array_ref() 1792 if (integer_zerop (offset) in maybe_fold_stmt_indirect() 1904 if (!integer_zerop (min_idx)) in maybe_fold_stmt_addition()
|
| H A D | tree-ssa-dom.c | 1361 edge_info->rhs = (integer_zerop (op1) in record_edge_info() 1367 edge_info->rhs = (integer_zerop (op1) in record_edge_info() 1375 edge_info->rhs = (integer_zerop (op1) in record_edge_info() 1381 edge_info->rhs = (integer_zerop (op1) in record_edge_info()
|
| H A D | tree-object-size.c | 855 depth + !integer_zerop (cst)); in check_for_plus_in_loops_1() 930 if (integer_zerop (cst)) in check_for_plus_in_loops()
|
| H A D | tree.c | 1269 integer_zerop (tree expr) in integer_zerop() function 1277 && integer_zerop (TREE_REALPART (expr)) in integer_zerop() 1278 && integer_zerop (TREE_IMAGPART (expr)))); in integer_zerop() 1294 && integer_zerop (TREE_IMAGPART (expr)))); in integer_onep() 1310 && integer_zerop (TREE_IMAGPART (expr))) in integer_all_onesp() 1362 && integer_zerop (TREE_IMAGPART (expr))) in integer_pow2p() 1925 return (integer_zerop (min) in array_type_nelts() 6958 return integer_zerop (init); in initializer_zerop() 6968 return integer_zerop (init) in initializer_zerop() 7187 if (integer_zerop (a)) in tree_fold_gcd() [all …]
|
| H A D | builtins.c | 3433 if (integer_zerop (len)) in expand_builtin_memset() 4801 if (integer_zerop (arg1)) in expand_builtin_expect_jump() 8042 if (integer_zerop (len)) in fold_builtin_memset() 8073 if (integer_zerop (c)) in fold_builtin_memset() 8146 if (integer_zerop (len)) in fold_builtin_memory_op() 8326 if (integer_zerop (len)) in fold_builtin_strncpy() 8375 if (integer_zerop (len)) in fold_builtin_memcmp() 8505 if (integer_zerop (len)) in fold_builtin_strncmp() 9572 if (! integer_zerop (s2)) in fold_builtin_strrchr() 10867 if (! integer_zerop (flag)) in fold_builtin_sprintf_chk() [all …]
|
| H A D | c-typeck.c | 125 && integer_zerop (expr) in null_pointer_constant_p() 2780 if ((code1 == STRING_CST && !integer_zerop (arg2.value)) in parser_build_binary_op() 2781 || (code2 == STRING_CST && !integer_zerop (arg1.value))) in parser_build_binary_op() 5771 if (integer_zerop (constructor_unfilled_index)) in pop_init_level() 6563 && integer_zerop (TYPE_SIZE (TREE_TYPE (field))) in output_init_element() 6826 && integer_zerop (constructor_unfilled_index)) in process_init_element() 6985 && !(value.value && (integer_zerop (value.value) in process_init_element() 7756 if (cond && integer_zerop (cond)) in c_finish_loop() 8362 if (skip_evaluation == 0 && integer_zerop (op1)) in build_binary_op() 8403 if (skip_evaluation == 0 && integer_zerop (op1)) in build_binary_op() [all …]
|
| H A D | tree-data-ref.c | 1774 if (integer_zerop (ptr_step) && !(*dr)) in object_analysis() 2366 if (integer_zerop (difference)) in analyze_ziv_subscript() 2744 xz_p = !integer_zerop (last_conflicts_xz); in compute_overlap_steps_for_affine_1_2() 2745 yz_p = !integer_zerop (last_conflicts_yz); in compute_overlap_steps_for_affine_1_2() 2746 xyz_p = !integer_zerop (last_conflicts_xyz); in compute_overlap_steps_for_affine_1_2()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cvt.c | 215 if (binfo && !integer_zerop (BINFO_OFFSET (binfo))) in cp_convert_to_pointer() 244 if (integer_zerop (expr)) in cp_convert_to_pointer() 1047 || integer_zerop (e) in convert_force()
|
| H A D | class.c | 304 if (!virtual_access && integer_zerop (offset)) in build_base_path() 382 if (!integer_zerop (offset)) in build_base_path() 407 if (!integer_zerop (offset)) in build_base_path() 534 if (!integer_zerop (BINFO_OFFSET (base))) in convert_to_base_statically() 2706 else if (integer_zerop (w) && DECL_NAME (field) != 0) in check_bitfield_decl() 3519 return is_empty_class (type) && !integer_zerop (offset); in empty_base_at_nonzero_offset_p() 3539 if (!integer_zerop (BINFO_OFFSET (binfo))) in layout_empty_base() 4768 && !integer_zerop (size_binop (TRUNC_MOD_EXPR, in layout_class_type() 4829 if (abi_version_at_least (2) && !integer_zerop (rli->bitpos)) in layout_class_type() 6277 return integer_zerop (CLASSTYPE_SIZE (type)); in is_empty_class() [all …]
|
| H A D | cp-gimplify.c | 176 else if (integer_zerop (cond) && !TREE_SIDE_EFFECTS (then_)) in gimplify_if_stmt() 219 if (cond && integer_zerop (cond)) in gimplify_cp_loop()
|
| H A D | typeck.c | 1881 && integer_zerop (TREE_OPERAND (object, 0))); in build_class_member_access_expr() 3258 if (TREE_CODE (op1) == INTEGER_CST && integer_zerop (op1)) in build_binary_op() 3295 if (code1 == INTEGER_TYPE && integer_zerop (op1)) in build_binary_op() 3335 if (! integer_zerop (op1)) in build_binary_op() 3396 if ((TREE_CODE (orig_op0) == STRING_CST && !integer_zerop (op1)) in build_binary_op() 3397 || (TREE_CODE (orig_op1) == STRING_CST && !integer_zerop (op0))) in build_binary_op() 3525 && integer_zerop (op1)) in build_binary_op() 3528 && integer_zerop (op0)) in build_binary_op() 4912 if (!integer_zerop (delta)) in convert_ptrmem() 6263 else if (integer_zerop (n)) in build_ptrmemfunc() [all …]
|