Home
last modified time | relevance | path

Searched refs:truthop_code (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfold-const.c5625 enum tree_code truthop_code = TREE_CODE (op); in merge_truthop_with_opposite_arm() local
5639 if (rhs_code == truthop_code) in merge_truthop_with_opposite_arm()
5648 if (lhs_code == truthop_code && !rhs_only) in merge_truthop_with_opposite_arm()
5668 return fold_build2_loc (loc, truthop_code, TREE_TYPE (cmpop), in merge_truthop_with_opposite_arm()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dfold-const.c5020 enum tree_code truthop_code = TREE_CODE (op); in merge_truthop_with_opposite_arm() local
5034 if (rhs_code == truthop_code) in merge_truthop_with_opposite_arm()
5043 if (lhs_code == truthop_code && !rhs_only) in merge_truthop_with_opposite_arm()
5063 return fold_build2_loc (loc, truthop_code, TREE_TYPE (cmpop), in merge_truthop_with_opposite_arm()