Searched refs:merge_truthop_with_opposite_arm (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.c | 6107 merge_truthop_with_opposite_arm (location_t loc, tree op, tree cmpop, in merge_truthop_with_opposite_arm() function 6128 tree newrhs = merge_truthop_with_opposite_arm (loc, rhs, cmpop, rhs_only); in merge_truthop_with_opposite_arm() 6137 tree newlhs = merge_truthop_with_opposite_arm (loc, lhs, cmpop, false); in merge_truthop_with_opposite_arm() 9112 tem = merge_truthop_with_opposite_arm (loc, arg0, arg1, true); in fold_truth_andor() 9120 tem = merge_truthop_with_opposite_arm (loc, arg1, arg0, false); in fold_truth_andor()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.cc | 6189 merge_truthop_with_opposite_arm (location_t loc, tree op, tree cmpop, in merge_truthop_with_opposite_arm() function 6211 tree newrhs = merge_truthop_with_opposite_arm (loc, rhs, cmpop, rhs_only); in merge_truthop_with_opposite_arm() 6220 tree newlhs = merge_truthop_with_opposite_arm (loc, lhs, cmpop, false); in merge_truthop_with_opposite_arm() 9734 tem = merge_truthop_with_opposite_arm (loc, arg0, arg1, true); in fold_truth_andor() 9742 tem = merge_truthop_with_opposite_arm (loc, arg1, arg0, false); in fold_truth_andor()
|
H A D | ChangeLog | 630 * fold-const.cc (merge_truthop_with_opposite_arm): Use
|
H A D | ChangeLog-2010 | 33680 * fold-const.c (merge_truthop_with_opposite_arm): New function.
|
H A D | ChangeLog-2014 | 1232 fold_cond_expr_with_comparison, merge_truthop_with_opposite_arm,
|