Searched refs:tree_expr_nonnegative_p (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | fold-const.c | 7274 tree_expr_nonnegative_p (t) in tree_expr_nonnegative_p() function 7288 return tree_expr_nonnegative_p (TREE_OPERAND (t, 0)) 7289 && tree_expr_nonnegative_p (TREE_OPERAND (t, 1)); 7294 return tree_expr_nonnegative_p (TREE_OPERAND (t, 0)); 7296 return tree_expr_nonnegative_p (TREE_OPERAND (t, 1)) 7297 && tree_expr_nonnegative_p (TREE_OPERAND (t, 2)); 7299 return tree_expr_nonnegative_p (TREE_OPERAND (t, 1)); 7301 return tree_expr_nonnegative_p (TREE_OPERAND (t, 0)) 7302 && tree_expr_nonnegative_p (TREE_OPERAND (t, 1)); 7304 return tree_expr_nonnegative_p (TREE_OPERAND (t, 0)) [all …]
|
| H A D | tree.h | 2291 extern int tree_expr_nonnegative_p PARAMS ((tree));
|
| H A D | c-typeck.c | 2615 return tree_expr_nonnegative_p (TREE_OPERAND (t, 0)); 2617 return tree_expr_nonnegative_p (t);
|
| H A D | ChangeLog.3 | 7576 * tree.c (tree_expr_nonnegative_p): New function. 7578 * tree.h (tree_expr_nonnegative_p): Declare. 7580 * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
|
| H A D | ChangeLog.4 | 590 * fold-const.c (tree_expr_nonnegative_p): Treat truth values as 12091 * tree.c (tree_expr_nonnegative_p): Move to...
|
| H A D | ChangeLog.5 | 3114 * fold-const.c (tree_expr_nonnegative_p): Detect more non-negative
|
| H A D | ChangeLog | 14281 tree_expr_nonnegative_p.
|
| H A D | ChangeLog.6 | 12902 * fold-const.c (tree_expr_nonnegative_p): Handle *_DIV_EXPR,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | builtins.c | 1794 errno_set = ! tree_expr_nonnegative_p (arg); in expand_builtin_mathfn() 7092 if (!tree_expr_nonnegative_p (arg0)) in fold_builtin_sqrt() 7158 if (tree_expr_nonnegative_p (arg0)) in fold_builtin_cbrt() 7183 if (tree_expr_nonnegative_p (arg00)) in fold_builtin_cbrt() 7795 if (tree_expr_nonnegative_p (arg)) in fold_builtin_pow() 8540 if (tree_expr_nonnegative_p (arg)) in fold_builtin_signbit() 8586 if (tree_expr_nonnegative_p (arg2)) in fold_builtin_copysign()
|
| H A D | tree-ssa-loop-niter.c | 1515 if (tree_expr_nonnegative_p (val)) in implies_nonnegative_p()
|
| H A D | tree.h | 3627 extern int tree_expr_nonnegative_p (tree);
|
| H A D | fold-const.c | 7780 else if (tree_expr_nonnegative_p (arg0)) in fold_unary() 12665 tree_expr_nonnegative_p (tree t) in tree_expr_nonnegative_p() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | typeck.c | 3577 else if ((op0_signed && tree_expr_nonnegative_p (orig_op0)) 3578 || (op1_signed && tree_expr_nonnegative_p (orig_op1)))
|
| H A D | ChangeLog | 14643 * typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to elide
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | typeck.c | 3648 else if ((op0_signed && tree_expr_nonnegative_p (orig_op0)) in build_binary_op() 3649 || (op1_signed && tree_expr_nonnegative_p (orig_op1))) in build_binary_op()
|
| H A D | ChangeLog-2000 | 4771 * typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to elide
|