Home
last modified time | relevance | path

Searched refs:expr_not_equal_to (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.h198 extern bool expr_not_equal_to (tree t, const wide_int &);
H A Dmatch.pd576 && (expr_not_equal_to (@0, wi::to_wide (TYPE_MIN_VALUE (type)))
577 || expr_not_equal_to (@1, wi::minus_one (TYPE_PRECISION
2509 && expr_not_equal_to (@0, wi::minus_one (TYPE_PRECISION (type)))))
2526 && expr_not_equal_to (@0,
2529 ? expr_not_equal_to (@2,
2532 : (expr_not_equal_to (@2,
2534 && expr_not_equal_to (@2,
2550 || expr_not_equal_to (@0,
2552 || expr_not_equal_to (@2,
H A Dfold-const.c10164 expr_not_equal_to (tree t, const wide_int &w) in expr_not_equal_to() function
14415 return expr_not_equal_to (t, wi::zero (TYPE_PRECISION (TREE_TYPE (t)))); in tree_single_nonzero_warnv_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.h219 extern bool expr_not_equal_to (tree t, const wide_int &);
H A Dmatch.pd679 && (expr_not_equal_to (@0, wi::to_wide (TYPE_MIN_VALUE (type)))
680 || expr_not_equal_to (@1, wi::minus_one (TYPE_PRECISION
2960 && expr_not_equal_to (@0, wi::minus_one (TYPE_PRECISION (type)))))
2981 && expr_not_equal_to (@0,
2984 ? expr_not_equal_to (@2,
2987 : (expr_not_equal_to (@2,
2989 && expr_not_equal_to (@2,
3005 || expr_not_equal_to (@0,
3007 || expr_not_equal_to (@2,
H A Dfold-const.cc10793 expr_not_equal_to (tree t, const wide_int &w) in expr_not_equal_to() function
15370 return expr_not_equal_to (t, wi::zero (TYPE_PRECISION (TREE_TYPE (t)))); in tree_single_nonzero_warnv_p()
H A DChangeLog15815 * fold-const.c (expr_not_equal_to): Use a multi-range class.
H A DChangeLog-201635820 * fold-const.h (expr_not_equal_to): New prototype.
35822 (expr_not_equal_to): New function.
H A DChangeLog-202124969 * fold-const.c (expr_not_equal_to): Same.
H A DChangeLog-202016025 * fold-const.c (expr_not_equal_to): Adjust for irange API.
H A DChangeLog-201712385 (pointer_may_wrap_p, expr_not_equal_to, fold_binary_loc)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c17641 if (!expr_not_equal_to (arg0, wi::zero (prec))) in ix86_gimple_fold_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc18333 if (!expr_not_equal_to (arg0, wi::zero (prec))) in ix86_gimple_fold_builtin()