Lines Matching refs:stmt2
179 tree stmt1, stmt2, stmt3; in tree_divmod_fixed_value() local
197 stmt2 = build2 (MODIFY_EXPR, optype, tmp1, op2); in tree_divmod_fixed_value()
203 bsi_insert_before (&bsi, stmt2, BSI_SAME_STMT); in tree_divmod_fixed_value()
342 tree stmt1, stmt2, stmt3, stmt4; in tree_mod_pow2() local
360 stmt2 = build2 (MODIFY_EXPR, optype, tmp2, in tree_mod_pow2()
369 bsi_insert_before (&bsi, stmt2, BSI_SAME_STMT); in tree_mod_pow2()
506 tree stmt1, stmt2, stmt3; in tree_mod_subtract() local
524 stmt2 = build2 (MODIFY_EXPR, optype, tmp1, op2); in tree_mod_subtract()
531 bsi_insert_before (&bsi, stmt2, BSI_SAME_STMT); in tree_mod_subtract()
540 stmt2 = build3 (COND_EXPR, void_type_node, in tree_mod_subtract()
546 bsi_insert_before (&bsi, stmt2, BSI_SAME_STMT); in tree_mod_subtract()
547 bb2end = stmt2; in tree_mod_subtract()