Lines Matching defs:new_lhs
810 tree new_offset, new_base, saved, new_lhs;
830 new_lhs = unshare_expr (TREE_OPERAND (def_rhs, 0));
831 *lhsp = new_lhs;
832 TREE_THIS_VOLATILE (new_lhs) = TREE_THIS_VOLATILE (lhs);
833 TREE_SIDE_EFFECTS (new_lhs) = TREE_SIDE_EFFECTS (lhs);
1657 tree new_lhs = make_ssa_name (TREE_TYPE (lhs2));
1658 gimple_call_set_lhs (stmt2, new_lhs);
1664 new_lhs);
1667 crhs1 = new_lhs;
1700 new_lhs = __atomic_add_fetch_8 (ptr, arg, 0);
1701 lhs2 = new_lhs - arg;
1727 gimple *g = gimple_build_assign (lhs2, rcode, new_lhs, arg);
1736 new_lhs = __atomic_or_fetch_8 (ptr, arg, 0);
3633 tree new_lhs = build1 (REALPART_EXPR,
3636 gimple *new_stmt = gimple_build_assign (new_lhs, rhs);
3646 new_lhs = build1 (IMAGPART_EXPR,
3649 gimple_assign_set_lhs (use_stmt, new_lhs);
3695 tree new_lhs = build3 (BIT_FIELD_REF,
3700 gimple *new_stmt = gimple_build_assign (new_lhs, new_rhs);