Home
last modified time | relevance | path

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 Dfold-const.c6107 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 Dfold-const.cc6189 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 DChangeLog630 * fold-const.cc (merge_truthop_with_opposite_arm): Use
H A DChangeLog-201033680 * fold-const.c (merge_truthop_with_opposite_arm): New function.
H A DChangeLog-20141232 fold_cond_expr_with_comparison, merge_truthop_with_opposite_arm,