Searched refs:lr_arg (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | fold-const.c | 3527 tree ll_arg, lr_arg, rl_arg, rr_arg; local 3566 lr_arg = TREE_OPERAND (lhs, 1); 3572 && simple_operand_p (lr_arg) 3578 && operand_equal_p (lr_arg, rr_arg, 0)) 3589 && operand_equal_p (lr_arg, rl_arg, 0)) 3609 truth_type, ll_arg, lr_arg); 3625 && lcode == NE_EXPR && integer_zerop (lr_arg) 3635 && lcode == EQ_EXPR && integer_zerop (lr_arg) 3658 lr_inner = decode_field_reference (lr_arg, 3679 if (TREE_CODE (lr_arg) == INTEGER_CST [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | fold-const.c | 2512 tree ll_arg, tree lr_arg) in combine_comparisons() argument 2584 truth_type, ll_arg, lr_arg); in combine_comparisons() 5031 tree ll_arg, lr_arg, rl_arg, rr_arg; in fold_truthop() local 5078 lr_arg = TREE_OPERAND (lhs, 1); in fold_truthop() 5084 && simple_operand_p (lr_arg)) in fold_truthop() 5091 truth_type, ll_arg, lr_arg); in fold_truthop() 5100 truth_type, ll_arg, lr_arg); in fold_truthop() 5122 && lcode == NE_EXPR && integer_zerop (lr_arg) in fold_truthop() 5160 lr_inner = decode_field_reference (lr_arg, in fold_truthop() 5181 if (TREE_CODE (lr_arg) == INTEGER_CST in fold_truthop() [all …]
|