Searched refs:tree_int_cst_sgn (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dconvert.c607 && tree_int_cst_sgn (TREE_OPERAND (expr, 1)) <= 0)
616 && tree_int_cst_sgn (TREE_OPERAND (expr, 1)) >= 0
H A Dtree-vrp.c728 if (tree_int_cst_sgn (c1) == -1)
750 if (tree_int_cst_sgn (c2) == -1)
1521 int sgn1 = tree_int_cst_sgn (val1);
1522 int sgn2 = tree_int_cst_sgn (val2);
1927 && tree_int_cst_sgn (vr0.max) >= 0)
1936 && tree_int_cst_sgn (vr1.max) >= 0)
2354 min = (tree_int_cst_sgn (min) >= 0
2369 max = (tree_int_cst_sgn (max) >= 0
H A Dtree.c4528 int t1_sgn = tree_int_cst_sgn (t1);
4529 int t2_sgn = tree_int_cst_sgn (t2);
4609 tree_int_cst_sgn (tree t)
4797 if (tree_int_cst_sgn (t) < 0)
5756 if (TYPE_UNSIGNED (type) && tree_int_cst_sgn (c) < 0)
7223 if (tree_int_cst_sgn (a) == -1)
7227 if (tree_int_cst_sgn (b) == -1)
4586 tree_int_cst_sgn (tree t) function
H A Dtree-chrec.c571 && tree_int_cst_sgn (x) == 1)
H A Dtree-object-size.c132 if (TREE_CODE (t) == INTEGER_CST && tree_int_cst_sgn (t) < 0)
H A Dfold-const.c5704 if (tree_int_cst_sgn (c) == -1)
5726 if (tree_int_cst_sgn (c) < 0)
5791 if (tree_int_cst_sgn (op1) < 0 || tree_int_cst_sgn (c) < 0)
6375 else if (tree_int_cst_sgn (arg01) >= 0)
6378 switch (tree_int_cst_sgn (arg1))
6406 switch (tree_int_cst_sgn (arg1))
10085 if (integer_pow2p (sval) && tree_int_cst_sgn (sval) > 0)
10207 if (integer_pow2p (c) && tree_int_cst_sgn (c) > 0)
10276 if (TREE_CODE (arg1) == INTEGER_CST && tree_int_cst_sgn (arg
[all...]
H A Dc-pretty-print.c840 if (tree_int_cst_sgn (i) < 0)
H A Dpredict.c1170 && tree_int_cst_sgn (val) < 0)
H A Dstor-layout.c1588 && tree_int_cst_sgn (TYPE_MIN_VALUE (type)) >= 0)
H A Dtree-scalar-evolution.c563 *value = (tree_int_cst_sgn (chrec) == 1);
H A Dtree-ssa-ccp.c2106 || tree_int_cst_sgn (val) < 0)
H A Dc-decl.c4317 if (tree_int_cst_sgn (*width) < 0)
4814 if (tree_int_cst_sgn (size) < 0)
6437 unsign = (tree_int_cst_sgn (minnode) >= 0);
H A Dc-typeck.c6032 else if (tree_int_cst_sgn (first) == -1)
8469 if (tree_int_cst_sgn (op1) < 0)
8497 if (tree_int_cst_sgn (op1) < 0)
H A Dbuiltins.c8534 && tree_int_cst_sgn (len) == 1)
8550 && tree_int_cst_sgn (len) == 1)
10125 || tree_int_cst_sgn (ost) < 0
10416 || tree_int_cst_sgn (ost) < 0
H A Dtree-pretty-print.c720 if (tree_int_cst_sgn (val) < 0)
H A Dc-common.c2026 if (tree_int_cst_sgn (value) < 0)
6478 if (TREE_CODE (t) == INTEGER_CST && tree_int_cst_sgn (t) < 0)
H A Dtree.h3726 extern int tree_int_cst_sgn (tree);
H A Ddwarf2out.c11510 tree_low_cst (value, tree_int_cst_sgn (value) > 0));
/freebsd-10.1-release/contrib/gcc/cp/
H A Dmangle.c1230 int sign = tree_int_cst_sgn (cst);
H A Dclass.c2705 else if (tree_int_cst_sgn (w) < 0)
H A Ddecl.c10771 unsignedp = tree_int_cst_sgn (minnode) >= 0;

Completed in 605 milliseconds