Lines Matching refs:op1b
6550 and_comparisons_1 (tree type, enum tree_code code1, tree op1a, tree op1b,
6561 or_comparisons_1 (tree, enum tree_code code1, tree op1a, tree op1b,
6772 (OP1A CODE1 OP1B) and (OP2A CODE2 OP2B), respectively.
6779 and_comparisons_1 (tree type, enum tree_code code1, tree op1a, tree op1b,
6787 && operand_equal_p (op1b, op2b, 0))
6792 truth_type, op1a, op1b);
6799 && operand_equal_p (op1b, op2a, 0))
6805 truth_type, op1a, op1b);
6815 && (integer_zerop (op1b) || integer_onep (op1b)))
6817 bool invert = ((code1 == EQ_EXPR && integer_zerop (op1b))
6818 || (code1 == NE_EXPR && integer_onep (op1b)));
6927 tree op1a, tree op1b,
6938 gimple_assign_set_rhs2 (stmt1, op1b);
6978 return build2 (code1, type, op1a, op1b);
7000 (OP1A CODE1 OP1B) and (OP2B CODE2 OP2B), respectively.
7008 enum tree_code code1, tree op1a, tree op1b,
7012 if (tree t = and_comparisons_1 (type, code1, op1a, op1b, code2, op2a, op2b,
7016 if (tree t = and_comparisons_1 (type, code2, op2a, op2b, code1, op1a, op1b,
7021 op1a, op1b, code2, op2a,
7226 (OP1A CODE1 OP1B) and (OP2A CODE2 OP2B), respectively.
7233 or_comparisons_1 (tree type, enum tree_code code1, tree op1a, tree op1b,
7241 && operand_equal_p (op1b, op2b, 0))
7246 truth_type, op1a, op1b);
7253 && operand_equal_p (op1b, op2a, 0))
7259 truth_type, op1a, op1b);
7269 && (integer_zerop (op1b) || integer_onep (op1b)))
7271 bool invert = ((code1 == EQ_EXPR && integer_zerop (op1b))
7272 || (code1 == NE_EXPR && integer_onep (op1b)));
7352 (OP1A CODE1 OP1B
7360 enum tree_code code1, tree op1a, tree op1b,
7364 if (tree t = or_comparisons_1 (type, code1, op1a, op1b, code2, op2a, op2b,
7368 if (tree t = or_comparisons_1 (type, code2, op2a, op2b, code1, op1a, op1b,
7373 op1a, op1b, code2, op2a,