Searched refs:fold_single_bit_test (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.h | 83 extern tree fold_single_bit_test (location_t, enum tree_code, tree, tree, tree);
|
H A D | expr.c | 12291 temp = fold_single_bit_test (loc, tcode, temp, arg1, type); in do_store_flag()
|
H A D | fold-const.c | 7305 fold_single_bit_test (location_t loc, enum tree_code code, in fold_single_bit_test() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.h | 95 extern tree fold_single_bit_test (location_t, enum tree_code, tree, tree, tree);
|
H A D | ChangeLog-2003 | 3921 * 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.
|
H A D | expr.cc | 12771 temp = fold_single_bit_test (loc, tcode, temp, arg1, type); in do_store_flag()
|
H A D | fold-const.cc | 7402 fold_single_bit_test (location_t loc, enum tree_code code, in fold_single_bit_test() function
|
H A D | ChangeLog-2004 | 1454 * 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
|
H A D | ChangeLog-2005 | 23178 (fold_single_bit_test): ... here. 23180 instead of fold_single_bit_test. 35672 * fold-const.c (fold_single_bit_test): Delete unreachable handling 35674 (fold): Don't call fold_single_bit_test with a TRUTH_NOT_EXPR, as
|
H A D | ChangeLog-2013 | 5918 * fold-const.c (fold_single_bit_test, fold_plusminus_mult_expr) 8214 (fold_single_bit_test): Moved to fold-const.h. 21169 * fold-const.c (fold_single_bit_test): Fix overflow test.
|
H A D | ChangeLog-2017 | 12384 (fold_div_compare, fold_single_bit_test, fold_plusminus_mult_expr) 18562 (fold_single_bit_test): Likewise.
|
H A D | ChangeLog-2006 | 5660 (fold_single_bit_test): Likewise.
|
H A D | ChangeLog-2021 | 29782 * fold-const.c (fold_single_bit_test): Fix typo.
|
H A D | ChangeLog-2009 | 16154 fold_build_call_array_initializer, fold_single_bit_test,
|
H A D | ChangeLog-2016 | 5961 * fold-const.c (fold_single_bit_test): Likewise.
|
H A D | ChangeLog-2015 | 24346 * fold-const.c (fold_single_bit_test): Likewise.
|
H A D | ChangeLog-2014 | 39876 (fold_single_bit_test): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2009 | 1746 fold_single_bit_test, omit_one_operand, omit_two_operands,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2009 | 1786 fold_build_call_array_initializer, fold_single_bit_test,
|