Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfold-const.h179 extern bool expr_not_equal_to (tree t, const wide_int &);
H A Dmatch.pd467 && (expr_not_equal_to (@0, wi::to_wide (TYPE_MIN_VALUE (type)))
468 || expr_not_equal_to (@1, wi::minus_one (TYPE_PRECISION
1959 && expr_not_equal_to (@0, wi::minus_one (TYPE_PRECISION (type)))))
1972 && expr_not_equal_to (@0, wi::minus_one (TYPE_PRECISION (type)))))
1981 && expr_not_equal_to (@0, wi::minus_one (TYPE_PRECISION (type)))))
H A Dfold-const.c9199 expr_not_equal_to (tree t, const wide_int &w) in expr_not_equal_to() function
13496 return expr_not_equal_to (t, wi::zero (TYPE_PRECISION (TREE_TYPE (t)))); in tree_single_nonzero_warnv_p()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c33517 if (!expr_not_equal_to (arg0, wi::zero (prec))) in ix86_gimple_fold_builtin()