Home | History | Annotate | Download | only in gcc

Lines Matching refs:binary_op

4656   if (op_type != binary_op)
4750 if (op_type == binary_op)
4805 gcc_assert (op_type == binary_op);
4946 if (op_type == binary_op)
5050 gcc_assert (!(multi_step_cvt && op_type == binary_op));
5060 gcc_assert (!(multi_step_cvt && op_type == binary_op));
5199 if (op_type == binary_op)
6094 if (op_type != unary_op && op_type != binary_op && op_type != ternary_op)
6176 if (op_type == binary_op || op_type == ternary_op)
6456 vop1 = ((op_type == binary_op || op_type == ternary_op)
7011 if (TREE_CODE_LENGTH (code) != binary_op || !commutative_tree_code (code))
7251 gcc_assert (TREE_CODE_LENGTH (code) == binary_op