Home
last modified time | relevance | path

Searched refs:fold_single_bit_test (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dtree.h4247 extern tree fold_single_bit_test (enum tree_code, tree, tree, tree);
Dexpr.c9171 return expand_expr (fold_single_bit_test (code == NE ? NE_EXPR : EQ_EXPR, in do_store_flag()
DChangeLog-20033921 * fold-const.c (fold_single_bit_test): Convert the input to the
14503 (fold_single_bit_test): If sign_bit_p() fails, assume that the
15140 * fold-const.c (fold_single_bit_test): Likewise.
15726 when calling fold_single_bit_test.
15727 * fold-const.c (fold_single_bit_test): Use result_type for the
16004 * fold-const.c (fold_single_bit_test): New function, mostly
16007 (fold): Call fold_single_bit_test appropriately.
16008 * tree.h (fold_single_bit_test): Prototype.
Dfold-const.c6492 fold_single_bit_test (enum tree_code code, tree arg0, tree arg1, in fold_single_bit_test() function
DChangeLog-20041454 * fold-const.c (fold_single_bit_test): If flag_syntax_only, pretend
1697 fold_single_bit_test, we need to STRIP_NOPS and narrowing type
25595 * fold-const.c (fold_single_bit_test): Fold the x^1 expression.
31529 * fold-const.c (fold_single_bit_test): Only perform "(X & C) != 0"
32299 fold_inf_compare, fold_single_bit_test, fold,
38317 fold_single_bit_test, fold): Replace calls via (*lang_hooks.foo) ()
42659 fold_single_bit_test, fold, multiple_of_p): Replace all calls to
DChangeLog-200523179 (fold_single_bit_test): ... here.
23181 instead of fold_single_bit_test.
35673 * fold-const.c (fold_single_bit_test): Delete unreachable handling
35675 (fold): Don't call fold_single_bit_test with a TRUTH_NOT_EXPR, as