Searched refs:lr_arg (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | fold-const.c | 2514 tree ll_arg, tree lr_arg) in combine_comparisons() argument 2586 truth_type, ll_arg, lr_arg); in combine_comparisons() 5037 tree ll_arg, lr_arg, rl_arg, rr_arg; in fold_truthop() local 5084 lr_arg = TREE_OPERAND (lhs, 1); in fold_truthop() 5090 && simple_operand_p (lr_arg)) in fold_truthop() 5094 && operand_equal_p (lr_arg, rr_arg, 0)) in fold_truthop() 5097 truth_type, ll_arg, lr_arg); in fold_truthop() 5102 && operand_equal_p (lr_arg, rl_arg, 0)) in fold_truthop() 5106 truth_type, ll_arg, lr_arg); in fold_truthop() 5128 && lcode == NE_EXPR && integer_zerop (lr_arg) in fold_truthop() [all …]
|