Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c2843 tree ll_arg, tree lr_arg) in combine_comparisons() argument
2845 bool honor_nans = HONOR_NANS (ll_arg); in combine_comparisons()
2918 return fold_build2_loc (loc, tcode, truth_type, ll_arg, lr_arg); in combine_comparisons()
6199 tree ll_arg, lr_arg, rl_arg, rr_arg; in fold_truth_andor_1() local
6244 ll_arg = TREE_OPERAND (lhs, 0); in fold_truth_andor_1()
6250 if (simple_operand_p (ll_arg) in fold_truth_andor_1()
6253 if (operand_equal_p (ll_arg, rl_arg, 0) in fold_truth_andor_1()
6257 truth_type, ll_arg, lr_arg); in fold_truth_andor_1()
6261 else if (operand_equal_p (ll_arg, rr_arg, 0) in fold_truth_andor_1()
6266 truth_type, ll_arg, lr_arg); in fold_truth_andor_1()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc2858 tree ll_arg, tree lr_arg) in combine_comparisons() argument
2860 bool honor_nans = HONOR_NANS (ll_arg); in combine_comparisons()
2933 return fold_build2_loc (loc, tcode, truth_type, ll_arg, lr_arg); in combine_comparisons()
6282 tree ll_arg, lr_arg, rl_arg, rr_arg; in fold_truth_andor_1() local
6327 ll_arg = TREE_OPERAND (lhs, 0); in fold_truth_andor_1()
6333 if (simple_operand_p (ll_arg) in fold_truth_andor_1()
6336 if (operand_equal_p (ll_arg, rl_arg, 0) in fold_truth_andor_1()
6340 truth_type, ll_arg, lr_arg); in fold_truth_andor_1()
6344 else if (operand_equal_p (ll_arg, rr_arg, 0) in fold_truth_andor_1()
6349 truth_type, ll_arg, lr_arg); in fold_truth_andor_1()
[all …]