Searched refs:fold_truth_andor_1 (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.c | 6185 fold_truth_andor_1 (location_t loc, enum tree_code code, tree truth_type, in fold_truth_andor_1() function 9129 && (tem = fold_truth_andor_1 (loc, code, type, in fold_truth_andor() 9133 if ((tem = fold_truth_andor_1 (loc, code, type, arg0, arg1)) != 0) in fold_truth_andor()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.cc | 6268 fold_truth_andor_1 (location_t loc, enum tree_code code, tree truth_type, in fold_truth_andor_1() function 9751 && (tem = fold_truth_andor_1 (loc, code, type, in fold_truth_andor() 9755 if ((tem = fold_truth_andor_1 (loc, code, type, arg0, arg1)) != 0) in fold_truth_andor()
|
H A D | ChangeLog-2017 | 11416 * fold-const.c (optimize_bit_field_compare, fold_truth_andor_1): 18434 (fold_truth_andor_1): Likewise.
|
H A D | ChangeLog-2015 | 7618 * fold-const.c (fold_truth_andor_1): Initialize new variables to 0. 7824 (fold_truth_andor_1): Deal with reverse storage order. Adjust calls
|
H A D | ChangeLog-2021 | 106 * fold-const.c (fold_truth_andor_1): Punt of const_binop LSHIFT_EXPR
|
H A D | ChangeLog-2016 | 24906 (fold_truth_andor_1): Likewise.
|
H A D | ChangeLog-2018 | 7987 * fold-const.c (fold_truth_andor_1): If the right side is not constant,
|
H A D | ChangeLog-2011 | 8202 (fold_truth_andor_1): function name.
|