Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c6112 enum tree_code truthop_code = TREE_CODE (op); in merge_truthop_with_opposite_arm() local
6126 if (rhs_code == truthop_code) in merge_truthop_with_opposite_arm()
6135 if (lhs_code == truthop_code && !rhs_only) in merge_truthop_with_opposite_arm()
6155 return fold_build2_loc (loc, truthop_code, TREE_TYPE (cmpop), in merge_truthop_with_opposite_arm()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc6193 enum tree_code truthop_code = TREE_CODE (op); in merge_truthop_with_opposite_arm() local
6209 if (rhs_code == truthop_code) in merge_truthop_with_opposite_arm()
6218 if (lhs_code == truthop_code && !rhs_only) in merge_truthop_with_opposite_arm()
6238 return fold_build2_loc (loc, truthop_code, TREE_TYPE (cmpop), in merge_truthop_with_opposite_arm()