Home
last modified time | relevance | path

Searched refs:fold_truth_andor_1 (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c6185 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 Dfold-const.cc6268 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 DChangeLog-201711416 * fold-const.c (optimize_bit_field_compare, fold_truth_andor_1):
18434 (fold_truth_andor_1): Likewise.
H A DChangeLog-20157618 * 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 DChangeLog-2021106 * fold-const.c (fold_truth_andor_1): Punt of const_binop LSHIFT_EXPR
H A DChangeLog-201624906 (fold_truth_andor_1): Likewise.
H A DChangeLog-20187987 * fold-const.c (fold_truth_andor_1): If the right side is not constant,
H A DChangeLog-20118202 (fold_truth_andor_1): function name.