Searched refs:integer_zerop (Results 51 - 75 of 155) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/
H A Dtarghooks.c1822 && !integer_zerop (TYPE_SIZE (type)))
1856 if (PAD_VARARGS_DOWN && !integer_zerop (rounded_size))
H A Dipa-polymorphic-call.c868 else if (integer_zerop (gimple_phi_arg_def (phi, 0)))
870 else if (integer_zerop (gimple_phi_arg_def (phi, 1)))
1253 if (!integer_zerop (TREE_OPERAND (base, 1)))
H A Dubsan.c790 if (!integer_zerop (align))
1456 if (!integer_zerop (minv))
1607 if (integer_zerop (t))
H A Dtree-ssa-uninit.c1339 if (!is_neq_relop_p (pred) || !integer_zerop (pred.pred_rhs)
2004 if (TREE_CODE (op) == INTEGER_CST && !integer_zerop (op))
2014 if (integer_zerop (op))
H A Dtree-ssa-dom.c1898 edge_info->rhs = (integer_zerop (op1)
1904 edge_info->rhs = (integer_zerop (op1)
1912 edge_info->rhs = (integer_zerop (op1)
1918 edge_info->rhs = (integer_zerop (op1)
H A Dtree-ssa-forwprop.c590 && integer_zerop (rhs2))
656 else if (integer_zerop (tmp))
826 else if (integer_zerop (TREE_OPERAND (lhs, 1))
916 else if (integer_zerop (TREE_OPERAND (rhs, 1))
H A Dauto-profile.c1275 || !(integer_zerop (cmp_rhs) || integer_onep (cmp_rhs)))
1306 || !(integer_zerop (val) || integer_onep (val)))
H A Dtree-pretty-print.c302 && integer_zerop (min)
1223 if (integer_zerop (TREE_OPERAND (node, 1))
1268 if (!integer_zerop (TREE_OPERAND (node, 1)))
1602 && integer_zerop (TREE_OPERAND (op0, 1))
1669 if (!integer_zerop (op0)
3491 if (integer_zerop (TREE_OPERAND (op0, 1)))
H A Dipa-prop.c1025 || !integer_zerop (TREE_OPERAND (base, 1)))
1276 if (integer_zerop (PHI_ARG_DEF (phi, 1)))
1278 else if (integer_zerop (PHI_ARG_DEF (phi, 0)))
1306 || !integer_zerop (gimple_cond_rhs (cond)))
1561 || !integer_zerop (TREE_OPERAND (lhs_base, 1)))
2017 || !integer_zerop (gimple_cond_rhs (branch)))
H A Dtree.c1547 gcc_assert (integer_zerop (t));
1553 if (integer_zerop (t))
2219 integer_zerop (const_tree expr)
2228 return (integer_zerop (TREE_REALPART (expr))
2229 && integer_zerop (TREE_IMAGPART (expr)));
2234 if (!integer_zerop (VECTOR_CST_ELT (expr, i)))
2257 && integer_zerop (TREE_IMAGPART (expr)));
2323 && integer_zerop (TREE_IMAGPART (expr)));
2338 && integer_zerop (TREE_IMAGPART (expr)))
3041 return (integer_zerop (mi
2215 integer_zerop (const_tree expr) function
[all...]
H A Dtree-sra.c1507 if (!integer_zerop (TREE_OPERAND (expr, 1)))
1750 if (!integer_zerop (minidx))
3744 && integer_zerop (TREE_OPERAND (lhs, 1))
3757 && integer_zerop (TREE_OPERAND (rhs, 1))
3773 && integer_zerop (TREE_OPERAND (arg, 1))
H A Dinternal-fn.c1681 if (integer_zerop (arg0))
1788 if (integer_zerop (arg0) && !unsr_p)
H A Dtree-complex.c149 zerop = integer_zerop (t);
1253 if (bb_false || integer_zerop (compare))
/haiku-buildtools/gcc/gcc/cp/
H A Dclass.c397 if (!virtual_access && integer_zerop (offset))
478 if (!integer_zerop (offset))
500 if (!integer_zerop (offset))
649 if (!integer_zerop (BINFO_OFFSET (base)))
3471 else if (integer_zerop (w) && DECL_NAME (field) != 0)
3770 if (DECL_C_BIT_FIELD (x) && integer_zerop (DECL_INITIAL (x)))
4347 return is_empty_class (type) && !integer_zerop (offset);
4368 if (!integer_zerop (BINFO_OFFSET (binfo)))
5470 || integer_zerop (DECL_SIZE (*fieldsp))))
6341 && !integer_zerop (size_bino
[all...]
H A Dconstexpr.c1694 if (integer_zerop (val))
2511 && integer_zerop (byte_position (field))
3213 if (!integer_zerop (fold_build2_loc (loc, TRUNC_MOD_EXPR, sizetype,
3690 && !integer_zerop (op))
4303 && !integer_zerop (from))
4637 if (integer_zerop (denom))
4748 if (integer_zerop (tmp))
/haiku-buildtools/legacy/gcc/gcc/
H A Dtree.c1622 integer_zerop (expr)
1632 && integer_zerop (TREE_REALPART (expr))
1633 && integer_zerop (TREE_IMAGPART (expr))));
1651 && integer_zerop (TREE_IMAGPART (expr))));
1668 && integer_zerop (TREE_IMAGPART (expr)))
1719 && integer_zerop (TREE_IMAGPART (expr)))
2296 return (integer_zerop (min)
1612 integer_zerop (expr) function
H A Dexpr.c4623 if (! integer_zerop (domain_min))
5009 if (! integer_zerop (low_bound))
5058 if (! integer_zerop (offset))
5069 if (integer_zerop (offset))
6404 if (! integer_zerop (low_bound))
7527 if (code == NE_EXPR && integer_zerop (TREE_OPERAND (exp, 1))
7631 && integer_zerop (TREE_OPERAND (exp, 2))
7804 && integer_zerop (TREE_OPERAND (TREE_OPERAND (exp, 0), 1))
7822 && integer_zerop (TREE_OPERAND (TREE_OPERAND (exp, 0), 1))
10733 temp = integer_zerop (ex
[all...]
H A Dtree.h967 #define BINFO_OFFSET_ZEROP(NODE) (integer_zerop (BINFO_OFFSET (NODE)))
1674 /* integer_zerop (tree x) is nonzero if X is an integer constant of value 0 */
1676 extern int integer_zerop PROTO((tree));
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dsatisfy.c170 && integer_zerop (string_assignment_condition (specified_mode, init_expr)))
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dcheck-init.c285 if (integer_zerop (exp))
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-encoding.c763 if (integer_zerop (TYPE_MIN_VALUE (type)))
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c1712 && !integer_zerop (op_right)
1758 if (tem && integer_zerop (tem))
1773 if (tem && integer_zerop (tem))
1783 && integer_zerop (tem))
1812 && integer_zerop (rhs))
4181 && !integer_zerop (primop1) && !real_zerop (primop1)
4429 if (!real1 && !real2 && integer_zerop (primop1)
4698 return integer_zerop (expr) ? truthvalue_false_node
7667 else if (allow_zero && integer_zerop (align))
9091 || !integer_zerop (sentine
[all...]
H A Dc-format.c1455 if (integer_zerop (format_tree))
2402 && integer_zerop (cur_param))
2410 && integer_zerop (cur_param))
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c150 && integer_zerop (expr)
3480 || !integer_zerop (TREE_OPERAND (arg1.value, 1))))
3485 && integer_zerop (TREE_OPERAND (arg1.value, 1))
3510 if ((code1 == STRING_CST && !integer_zerop (arg2.value))
3511 || (code2 == STRING_CST && !integer_zerop (arg1.value)))
7598 if (integer_zerop (constructor_unfilled_index))
7626 if (integer_zerop ((*constructor_elements)[0].value))
7650 || integer_zerop (DECL_SIZE (constructor_unfilled_fields))))
8506 && integer_zerop (TYPE_SIZE (TREE_TYPE (field)))
8783 if (!implicit && value.value && !integer_zerop (valu
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-array.c346 if (integer_zerop (dim)
834 if (size == NULL_TREE || integer_zerop (size))
1253 if (integer_zerop (extra))
2139 if (!integer_zerop (loop->from[i]))
2303 gcc_assert (integer_zerop (loop->from[0]));
2932 if (!integer_zerop (info->delta[dim]))
2959 if (info->delta[dim] && !integer_zerop (info->delta[dim]))
3111 if (info->offset && !integer_zerop (info->offset))
3150 if (!integer_zerop (*offset))
3351 if (!integer_zerop (cst_offse
[all...]

Completed in 594 milliseconds

1234567