Lines Matching defs:op1
83 tree op1 = TREE_OPERAND (*expr_p, 1);
85 if (error_operand_p (op0) || error_operand_p (op1))
89 if (empty_modify_p (TREE_TYPE (op0), op1))
94 if (TREE_SIDE_EFFECTS (op1))
95 gimplify_and_add (op1, pre_p);
103 if ((AGGREGATE_TYPE_P (TREE_TYPE (op0)) || AGGREGATE_TYPE_P (TREE_TYPE (op1)))
104 && !useless_type_conversion_p (TREE_TYPE (op1), TREE_TYPE (op0)))
107 TREE_TYPE (op0), op1);
112 if ((bit_field_ref (op0) || bit_field_ref (op1))
113 && TREE_TYPE (op0) != TREE_TYPE (op1))
115 TREE_OPERAND (*expr_p, 1) = convert (TREE_TYPE (op0), op1);
193 tree op1 = TREE_OPERAND (*expr_p, 1);
197 build2 (RSHIFT_EXPR, type, convert (type, op0), op1));
228 tree op1 = TREE_OPERAND (*expr_p, 1);
230 if (error_operand_p (op0) || error_operand_p (op1))
235 if (bit_field_ref (op0) || bit_field_ref (op1))
240 if (TREE_TYPE (op1) != TREE_TYPE (*expr_p))
241 TREE_OPERAND (*expr_p, 1) = convert (TREE_TYPE (*expr_p), op1);