Searched refs:integer_zerop (Results 101 - 125 of 155) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-ccp.c2126 if (integer_zerop (val.value))
H A Dtree-ssa-loop-im.c950 || !integer_zerop (gimple_cond_rhs (cond_stmt)))
H A Dtree-vect-generic.c470 if (TREE_CODE (cst) != INTEGER_CST || integer_zerop (cst))
H A Dtree-vect-stmts.c5349 && integer_zerop (DR_OFFSET (first_dr))
5350 && integer_zerop (DR_INIT (first_dr))
6387 && integer_zerop (DR_OFFSET (first_dr))
6388 && integer_zerop (DR_INIT (first_dr))
H A Dtree-if-conv.c407 && (integer_zerop (op1)))
H A Domp-low.c631 if (t && integer_zerop (t))
670 else if (count && !integer_zerop (count))
1879 && integer_zerop (OMP_CLAUSE_SIZE (nc)))
2820 && !integer_zerop (gimple_call_arg (stmt, 1)))
2830 && !integer_zerop (gimple_call_arg (stmt, 1)))
2852 && !integer_zerop (gimple_call_arg (stmt, 1)))
4917 if (integer_zerop (val))
10577 && ! integer_zerop (fd->loop.n2))
12599 else if (integer_zerop (step))
H A Dipa-split.c409 if (!integer_zerop (op1) || code == LE_EXPR || code == GE_EXPR)
H A Dipa-inline-analysis.c922 if (res && integer_zerop (res))
1856 || !integer_zerop (gimple_cond_rhs (last)))
H A Dtree-ssa-pre.c2660 if (integer_zerop (genop2)
2662 || integer_zerop (TYPE_MIN_VALUE (domain_type))))
H A Dgimplify.c2869 && integer_zerop (TREE_OPERAND (expr, 1)))
3566 && integer_zerop (DECL_SIZE (fdecl)))
3577 && integer_zerop (TYPE_SIZE (type)))
H A Dtree-scalar-evolution.c3048 || integer_zerop (may_be_zero))
H A Dgimple.c2095 && integer_zerop (TREE_OPERAND (t, 2)))
H A Dtree-ssa-math-opts.c1798 if (!integer_zerop (off))
/haiku-buildtools/gcc/gcc/config/msp430/
H A Dmsp430.c843 && !integer_zerop (TYPE_SIZE (type)))
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dexpr.c1828 integer_zerop (TYPE_MIN_VALUE (TYPE_DOMAIN (type))))
4423 return integer_zerop (expr) ? boolean_false_node : boolean_true_node;
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcall.c546 || (integer_zerop (t) && TREE_CODE (TREE_TYPE (t)) == INTEGER_TYPE))
3317 if (integer_zerop (TREE_VALUE (args)))
H A Ddecl2.c1321 if (integer_zerop (t))
2018 else if (integer_zerop (init))
/haiku-buildtools/gcc/gcc/java/
H A Dexpr.c191 return integer_zerop (expr) ? boolean_false_node : boolean_true_node;
916 if (! integer_zerop (test))
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl2.c512 if (integer_zerop (t))
992 if (integer_zerop (init))
H A Dsemantics.c7191 if (TREE_CODE (condition) == INTEGER_CST && !integer_zerop (condition))
7200 && integer_zerop (condition))
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c2114 if (integer_zerop (value))
7426 expr = integer_zerop (c) ? *e3_p : *e2_p;
7893 && integer_zerop ((*exprlist)[2])
7895 && (!integer_zerop ((*exprlist)[1])
8088 if (integer_zerop (tok->value)
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dcom.c1805 || integer_zerop (source_size))
5660 if (integer_zerop (r))
5808 if (! integer_zerop (basetypeof_l_is_int))
5918 if (!integer_zerop (basetypeof_l_is_int))
6563 if (integer_zerop (length_tree))
15635 if (integer_zerop (TREE_OPERAND (expr, 1)))
15651 return integer_zerop (expr) ? integer_zero_node : integer_one_node;
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dtrans.c2276 if (integer_zerop (gnu_result))
4255 && integer_zerop
8763 if (!integer_zerop (gnu_cond))
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-io.c255 if (integer_zerop (cond))
H A Dtrans-types.c3146 if (!integer_zerop (data_off))

Completed in 484 milliseconds

1234567