Lines Matching refs:integer_zerop
925 else if (integer_zerop (t2)) in associate_trees()
930 if (integer_zerop (t2)) in associate_trees()
1761 if (integer_zerop (arg0) in const_unop()
1825 return constant_boolean_node (integer_zerop (arg0), type); in const_unop()
1926 if (integer_zerop (arg0) in size_binop_loc()
1929 if (integer_zerop (arg1) in size_binop_loc()
1935 if (integer_zerop (arg1) in size_binop_loc()
2555 if (integer_zerop (arg)) in fold_convert_loc()
3071 && integer_zerop (TREE_OPERAND (arg0, 1))) in operand_equal_p()
3077 && integer_zerop (TREE_OPERAND (arg1, 1))) in operand_equal_p()
3773 && integer_zerop (TREE_OPERAND (t, 1))) in hash_operand()
4225 return constant_boolean_node (integer_zerop (arg), type); in fold_truth_not_expr()
4594 if (lbitsize == 1 && ! integer_zerop (rhs)) in optimize_bit_field_compare()
4948 || ! integer_zerop (low) || ! integer_zerop (high)) in make_range_step()
4961 || ! integer_zerop (low) || ! integer_zerop (high) in make_range_step()
5007 if (high == 0 && low && ! integer_zerop (low)) in make_range_step()
5199 if (integer_zerop (low)) in make_range_step()
5347 if (integer_zerop (range_binop (NE_EXPR, integer_type_node, in range_check_type()
5406 if (integer_zerop (low)) in build_range_check()
5665 && integer_zerop (low0)) in merge_ranges()
5689 && integer_zerop (range_binop (PLUS_EXPR, NULL_TREE, in merge_ranges()
5770 : integer_zerop (arg01)) in fold_cond_expr_with_comparison()
5837 && integer_zerop (arg01) && integer_zerop (arg2)) in fold_cond_expr_with_comparison()
6288 && lcode == NE_EXPR && integer_zerop (lr_arg) in fold_truth_andor_1()
6289 && rcode == NE_EXPR && integer_zerop (rr_arg) in fold_truth_andor_1()
6299 && lcode == EQ_EXPR && integer_zerop (lr_arg) in fold_truth_andor_1()
6300 && rcode == EQ_EXPR && integer_zerop (rr_arg) in fold_truth_andor_1()
6365 if (l_const && integer_zerop (l_const) && integer_pow2p (ll_mask)) in fold_truth_andor_1()
6380 if (r_const && integer_zerop (r_const) && integer_pow2p (rl_mask)) in fold_truth_andor_1()
6420 if (! integer_zerop (const_binop (BIT_AND_EXPR, l_const, in fold_truth_andor_1()
6434 if (! integer_zerop (const_binop (BIT_AND_EXPR, r_const, in fold_truth_andor_1()
6576 if (! integer_zerop (result) in fold_truth_andor_1()
6667 if (integer_zerop (c)) in extract_muldiv_1()
7276 && TREE_CODE (arg0) == BIT_AND_EXPR && integer_zerop (arg1) in fold_single_bit_test_into_sign_test()
7310 && TREE_CODE (arg0) == BIT_AND_EXPR && integer_zerop (arg1) in fold_single_bit_test()
8613 && integer_zerop (TREE_OPERAND (t, 1))) in build_fold_addr_expr_with_type_loc()
9232 if (integer_zerop (cst0) in maybe_canonicalize_comparison_1()
9455 if (offset0 == NULL_TREE || integer_zerop (offset0)) in fold_comparison()
9498 if (offset1 == NULL_TREE || integer_zerop (offset1)) in fold_comparison()
9653 && integer_zerop (arg1)) in fold_comparison()
10418 if (sum && integer_zerop (sum)) in fold_binary_loc()
11244 if (integer_zerop (arg1)) in fold_binary_loc()
11372 if (integer_zerop (arg0)) in fold_binary_loc()
11377 if (TREE_CODE (arg0) == INTEGER_CST && ! integer_zerop (arg0)) in fold_binary_loc()
11379 if (TREE_CODE (arg1) == INTEGER_CST && ! integer_zerop (arg1) in fold_binary_loc()
11385 if (integer_zerop (arg1)) in fold_binary_loc()
11389 if (integer_zerop (arg0)) in fold_binary_loc()
11428 if (TREE_CODE (arg0) == INTEGER_CST && ! integer_zerop (arg0)) in fold_binary_loc()
11433 if (TREE_CODE (arg0) == INTEGER_CST && integer_zerop (arg0)) in fold_binary_loc()
11435 if (TREE_CODE (arg1) == INTEGER_CST && integer_zerop (arg1) in fold_binary_loc()
11441 if (TREE_CODE (arg1) == INTEGER_CST && ! integer_zerop (arg1)) in fold_binary_loc()
11445 if (TREE_CODE (arg0) == INTEGER_CST && ! integer_zerop (arg0)) in fold_binary_loc()
11487 if (integer_zerop (arg1)) in fold_binary_loc()
11528 if (TREE_CODE (TREE_TYPE (arg0)) == BOOLEAN_TYPE && integer_zerop (arg1) in fold_binary_loc()
11535 if (TREE_CODE (arg0) == TRUTH_NOT_EXPR && integer_zerop (arg1) in fold_binary_loc()
11545 && integer_zerop (arg1)) in fold_binary_loc()
11581 && integer_zerop (arg1)) in fold_binary_loc()
11637 if (TREE_CODE (arg0) == CALL_EXPR && integer_zerop (arg1)) in fold_binary_loc()
11661 && integer_zerop (arg1) in fold_binary_loc()
11683 && integer_zerop (arg1) in fold_binary_loc()
11699 && integer_zerop (arg1) in fold_binary_loc()
11713 && integer_zerop (arg1) in fold_binary_loc()
11725 if (integer_zerop (arg1) in fold_binary_loc()
11853 if (integer_zerop (rcond)) in fold_binary_loc()
11872 if (integer_zerop (icond)) in fold_binary_loc()
11957 && (integer_zerop (arg1) in fold_binary_loc()
11975 && (integer_zerop (arg1) || real_zerop (arg1)) in fold_binary_loc()
12057 tem = integer_zerop (arg1) ? build1 (NOP_EXPR, type, arg1) in fold_binary_loc()
12296 tree unused_op = integer_zerop (arg0) ? op1 : op2; in fold_ternary_loc()
12297 tem = integer_zerop (arg0) ? op2 : op1; in fold_ternary_loc()
12324 else if (integer_zerop (val)) in fold_ternary_loc()
12383 && integer_zerop (op2) in fold_ternary_loc()
12393 if (integer_zerop (op1) in fold_ternary_loc()
12405 && integer_zerop (TREE_OPERAND (arg0, 1)) in fold_ternary_loc()
12406 && integer_zerop (op2) in fold_ternary_loc()
12476 && integer_zerop (op2) in fold_ternary_loc()
12495 if (integer_zerop (op2) in fold_ternary_loc()
12497 && integer_zerop (TREE_OPERAND (arg0, 1)) in fold_ternary_loc()
12519 if (integer_zerop (op2) in fold_ternary_loc()
12545 if (integer_zerop (arg1) in fold_ternary_loc()
13609 || integer_zerop (bottom) in multiple_of_p()
14370 return !integer_zerop (t); in tree_single_nonzero_warnv_p()
14705 if (! integer_zerop (low_bound)) in fold_read_from_constant_string()
14956 if (integer_zerop (tmp)) in fold_relational_const()
14978 integer_zerop (tem) ? 0 : -1)); in fold_relational_const()