Searched refs:integer_zerop (Results 76 - 100 of 155) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/cp/
H A Dcp-gimplify.c200 else if (integer_zerop (cond) && !TREE_SIDE_EFFECTS (then_))
259 if (cond && integer_zerop (cond))
H A Derror.c2239 && integer_zerop (TREE_OPERAND (t, 1)))
2244 if (!integer_zerop (TREE_OPERAND (t, 1)))
2256 if (!integer_zerop (TREE_OPERAND (t, 1)))
2356 if (integer_zerop (idx))
H A Dexcept.c395 if (integer_zerop (cond))
H A Dtypeck.c2360 && integer_zerop (TREE_OPERAND (object, 0)));
4395 && ((TREE_CODE (orig_op0) == STRING_CST && !integer_zerop (op1))
4396 || (TREE_CODE (orig_op1) == STRING_CST && !integer_zerop (op0))))
4409 && TYPE_PTR_P (type1) && integer_zerop (op1)))
4431 && TYPE_PTR_P (type0) && integer_zerop (op0)))
6415 if (!integer_zerop (delta))
7920 else if (integer_zerop (n))
H A Dmangle.c1594 done = integer_zerop (d);
3067 || integer_zerop (value) || integer_onep (value));
H A Drtti.c1320 && integer_zerop (BINFO_OFFSET (base_binfo)))
H A Dcvt.c1500 || integer_zerop (e)
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-alias.c826 if (!integer_zerop (TREE_OPERAND (ref1, 1)))
839 if (!integer_zerop (TREE_OPERAND (ref2, 1)))
H A Dtree-affine.c384 else if (integer_zerop (TREE_OPERAND (expr, 1)))
H A Dtree-stdarg.c790 if (! integer_zerop (TREE_OPERAND (ap, 1)))
H A Dtree-ssa-loop-ivcanon.c593 || !integer_zerop (niter.may_be_zero)
H A Dexpr.c5338 && integer_zerop (TREE_OPERAND (exp, 1))))
5596 && integer_zerop (TYPE_MIN_VALUE (TYPE_DOMAIN (tf)))
6883 if (! integer_zerop (low_bound))
6917 if (!integer_zerop (off))
7687 if (!integer_zerop (TREE_OPERAND (exp, 1)))
9926 if (!integer_zerop (TREE_OPERAND (exp, 1)))
10086 if (!integer_zerop (low_bound))
10909 if (!integer_zerop (lower_bound))
11162 && integer_zerop (arg1)
H A Dtree-vect-patterns.c1971 || integer_zerop (def))
2380 || integer_zerop (oprnd1))
H A Dasan.c388 if (len == NULL_TREE || integer_zerop (len))
1888 || integer_zerop (len))
H A Dbuiltins.c3825 if (integer_zerop (len))
7259 && integer_zerop (TREE_OPERAND (op, 1))
8804 if (integer_zerop (len))
8934 if (integer_zerop (len))
9443 if (real_zerop (arg0) || integer_zerop (arg1)
10414 if (integer_zerop (arg0))
11118 if (! integer_zerop (s2))
11361 if (!integer_zerop (arg))
H A Dtree-ssa-loop-manip.c906 if (!integer_zerop (desc->may_be_zero))
H A Dtree-ssa-structalias.c3214 if (CONSTANT_CLASS_P (forzero) && integer_zerop (forzero))
3399 && integer_zerop (t))
4260 && integer_zerop (gimple_call_arg (t, 1)))
5355 && !integer_zerop (DECL_SIZE (field))))
H A Dtree.h1034 && integer_zerop (TREE_OPERAND (NODE, 0)))
1965 #define BINFO_OFFSET_ZEROP(NODE) (integer_zerop (BINFO_OFFSET (NODE)))
4104 /* integer_zerop (tree x) is nonzero if X is an integer constant of value 0. */
4106 extern int integer_zerop (const_tree);
H A Dtree-loop-distribution.c777 if (integer_zerop (val)
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck2.c455 if (integer_zerop (TREE_OPERAND (value, 0)))
H A Dclass.c3620 if (DECL_C_BIT_FIELD (x) && integer_zerop (DECL_INITIAL (x)))
4200 if (! integer_zerop (offset))
4393 if (! integer_zerop (offset))
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dutils.c2066 integer_zerop (TREE_OPERAND (size, 1))
2070 integer_zerop (TREE_OPERAND (size, 2))
3010 return !integer_zerop (offset);
3911 if (integer_zerop (expr))
4478 if (integer_zerop (byte_diff))
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dexpr.c151 return integer_zerop (expr) ? boolean_false_node : boolean_true_node;
714 if (! integer_zerop (test))
/haiku-buildtools/gcc/gcc/c/
H A Dc-decl.c3007 && !integer_zerop (TYPE_MAX_VALUE (TYPE_DOMAIN (type))))
5269 else if (integer_zerop (*width) && orig_name)
5846 if (pedantic && size_maybe_const && integer_zerop (size))
5912 if (integer_zerop (size) && !this_size_varies)
6061 if (size && integer_zerop (size))
/haiku-buildtools/gcc/gcc/java/
H A Djcf-parse.c2108 && integer_zerop (TYPE_SIZE (klass)))

Completed in 339 milliseconds

1234567