Searched refs:integer_zerop (Results 1 - 25 of 102) sorted by relevance

12345

/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-unswitch.c140 if (integer_zerop (cond) || integer_nonzerop (cond))
237 else if (integer_zerop (cond))
H A Dstor-layout.c357 if (integer_zerop (DECL_SIZE (decl))
688 && ! integer_zerop (TYPE_SIZE (type)));
702 || (!integer_zerop (DECL_SIZE (field))
706 && ! integer_zerop (DECL_SIZE (rli->prev_field)))))
735 if (integer_zerop (DECL_SIZE (field)))
872 if (! integer_zerop (rli->bitpos))
875 else if (integer_zerop (rli->offset))
949 && ! integer_zerop (DECL_SIZE (field))
981 && ! integer_zerop (DECL_SIZE (field))
1042 && !integer_zerop (DECL_SIZ
[all...]
H A Dtree-chrec.h131 return integer_zerop (chrec);
H A Dtree-ssa-uncprop.c126 equivalency->rhs = (integer_zerop (op1)
133 equivalency->rhs = (integer_zerop (op1)
142 equivalency->rhs = (integer_zerop (op1)
149 equivalency->rhs = (integer_zerop (op1)
H A Dtree-ssa-forwprop.c258 || integer_zerop (TREE_OPERAND (cond, 1))
297 && integer_zerop (TREE_OPERAND (cond, 1)))
334 && integer_zerop (TREE_OPERAND (cond, 1)))
386 && integer_zerop (TREE_OPERAND (cond, 1)))
743 || !integer_zerop (TREE_OPERAND (array_ref, 1)))
H A Dtree-ssa-phiopt.c388 if ((integer_zerop (arg0) && integer_onep (arg1))
389 || (integer_zerop (arg1) && integer_onep (arg0)))
469 || (e0 == false_edge && integer_zerop (arg0))
471 || (e1 == false_edge && integer_zerop (arg1)))
935 : integer_zerop (TREE_OPERAND (cond, 1)))
H A Dtree-chrec.c331 if (integer_zerop (op0))
333 if (integer_zerop (op1))
350 if (integer_zerop (op1))
378 if (integer_zerop (op1))
391 if (integer_zerop (op0))
405 if (integer_zerop (op1))
563 if (!integer_zerop (CHREC_LEFT (chrec)))
H A Dpredict.c1057 if (integer_zerop (val))
1090 else if (integer_zerop (op0)
1091 || integer_zerop (TREE_OPERAND (cond, 1)))
1106 else if (integer_zerop (op0)
1107 || integer_zerop (TREE_OPERAND (cond, 1)))
1123 if (integer_zerop (TREE_OPERAND (cond, 1))
1134 if (integer_zerop (TREE_OPERAND (cond, 1))
1159 if (integer_zerop (val))
1179 && (!integer_zerop (val) && !integer_onep (val)))
H A Dfold-const.c1507 else if (integer_zerop (t2))
1512 if (integer_zerop (t2))
1905 if (code == PLUS_EXPR && integer_zerop (arg0))
1908 && integer_zerop (arg1))
2251 if (integer_zerop (arg))
3252 return constant_boolean_node (integer_zerop (arg), type);
3601 if (! integer_zerop (const_binop (RSHIFT_EXPR,
3614 if (! integer_zerop (tem) && ! integer_all_onesp (tem))
3623 if (lbitsize == 1 && ! integer_zerop (rhs))
4006 || ! integer_zerop (lo
[all...]
H A Dtree-ssa-address.c186 if (addr->offset && !integer_zerop (addr->offset))
648 if (parts.offset && !integer_zerop (parts.offset))
676 gcc_assert (!parts.offset || integer_zerop (parts.offset));
H A Dtree-ssa-reassoc.c626 if (integer_zerop (oelast->op))
670 else if (integer_zerop (oelast->op))
682 if (integer_zerop (oelast->op))
712 if (integer_zerop (oelast->op))
H A Dconvert.c47 if (integer_zerop (expr))
462 if (integer_zerop (expr))
H A Dtree-vrp.c563 && integer_zerop (vr->min)
564 && integer_zerop (vr->max);
574 && integer_zerop (vr->min)
575 && integer_zerop (vr->max);
1494 else if (code == MULT_EXPR && !integer_zerop (val1))
1718 && integer_zerop (vr0.min)
1719 && integer_zerop (vr0.max))
1721 && integer_zerop (vr1.min)
1722 && integer_zerop (vr1.max))))
3654 if (comp_code == NE_EXPR && integer_zerop (valu
[all...]
H A Ddojump.c177 temp = integer_zerop (exp) ? if_false_label : if_true_label;
356 if (integer_zerop (TREE_OPERAND (exp, 1)))
381 if (integer_zerop (TREE_OPERAND (exp, 1)))
H A Dtree-ssa-ccp.c1576 if (integer_zerop (offset))
1619 if (!integer_zerop (min_idx))
1621 if (!integer_zerop (elt_offset))
1794 if (integer_zerop (offset)
1906 if (!integer_zerop (min_idx))
H A Dtree-ssa-dom.c1361 edge_info->rhs = (integer_zerop (op1)
1367 edge_info->rhs = (integer_zerop (op1)
1375 edge_info->rhs = (integer_zerop (op1)
1381 edge_info->rhs = (integer_zerop (op1)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dstor-layout.c742 && ! integer_zerop (TYPE_SIZE (type)))
750 if (! integer_zerop (DECL_SIZE (field))
754 && ! integer_zerop (DECL_SIZE (rli->prev_field))))
772 && ! integer_zerop (TYPE_SIZE (type)))
778 if (! integer_zerop (DECL_SIZE (field)))
892 if (! integer_zerop (rli->bitpos))
895 else if (integer_zerop (rli->offset))
964 && ! integer_zerop (DECL_SIZE (field))
1000 && ! integer_zerop (DECL_SIZE (field))
1069 && !integer_zerop (DECL_SIZ
[all...]
H A Dfold-const.c1462 if (code == PLUS_EXPR && integer_zerop (arg0))
1465 && integer_zerop (arg1))
2294 return convert (type, build_int_2 (integer_zerop (arg), 0));
2571 if (! integer_zerop (const_binop (RSHIFT_EXPR,
2586 if (! integer_zerop (tem) && ! integer_all_onesp (tem))
2597 if (lbitsize == 1 && ! integer_zerop (rhs))
2971 || ! integer_zerop (low) || ! integer_zerop (high)
3209 if (integer_zerop (low))
3497 a subsequent call to integer_zerop wil
[all...]
H A Dconvert.c43 if (integer_zerop (expr))
140 if (integer_zerop (expr))
H A Dc-typeck.c2011 if (warn_div_by_zero && skip_evaluation == 0 && integer_zerop (op1))
2046 if (warn_div_by_zero && skip_evaluation == 0 && integer_zerop (op1))
2095 if (! integer_zerop (op1))
2185 if (pedantic && (!integer_zerop (op0) || op0 != orig_op0)
2191 if (pedantic && (!integer_zerop (op1) || op1 != orig_op1)
2202 && integer_zerop (op1))
2205 && integer_zerop (op0))
2268 && integer_zerop (op1))
2275 && integer_zerop (op0))
3403 return pedantic_non_lvalue (integer_zerop (ifex
[all...]
H A Dtree.c600 integer_zerop (expr)
610 && integer_zerop (TREE_REALPART (expr))
611 && integer_zerop (TREE_IMAGPART (expr))));
629 && integer_zerop (TREE_IMAGPART (expr))));
646 && integer_zerop (TREE_IMAGPART (expr)))
699 && integer_zerop (TREE_IMAGPART (expr)))
1335 return (integer_zerop (min)
4931 return integer_zerop (init);
4936 return integer_zerop (init)
595 integer_zerop (expr) function
H A Dc-semantics.c452 if (!cond || integer_zerop (cond))
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c345 if (!integer_zerop (offset))
371 if (!integer_zerop (offset))
422 if (!integer_zerop (BINFO_OFFSET (base)))
1549 if (!integer_zerop (delta))
2996 else if (integer_zerop (w) && DECL_NAME (field) != 0)
3026 if (integer_zerop (w)
3197 if (DECL_C_BIT_FIELD (x) && integer_zerop (DECL_INITIAL (x)))
3825 return is_empty_class (type) && !integer_zerop (offset);
3851 if (warn_abi && !integer_zerop (BINFO_OFFSET (binfo)))
5105 && !integer_zerop (size_bino
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcvt.c216 if (binfo && !integer_zerop (BINFO_OFFSET (binfo)))
245 if (integer_zerop (expr))
1049 || integer_zerop (e)
H A Dclass.c304 if (!virtual_access && integer_zerop (offset))
382 if (!integer_zerop (offset))
407 if (!integer_zerop (offset))
534 if (!integer_zerop (BINFO_OFFSET (base)))
2690 else if (integer_zerop (w) && DECL_NAME (field) != 0)
2952 if (DECL_C_BIT_FIELD (x) && integer_zerop (DECL_INITIAL (x)))
3503 return is_empty_class (type) && !integer_zerop (offset);
3523 if (!integer_zerop (BINFO_OFFSET (binfo)))
4743 && !integer_zerop (size_binop (TRUNC_MOD_EXPR,
4804 if (abi_version_at_least (2) && !integer_zerop (rl
[all...]

Completed in 434 milliseconds

12345