Lines Matching refs:stmt
737 gimple stmt;
748 stmt = gsi_stmt(gsi);
752 debug_gimple_stmt(stmt);
753 debug_tree(gimple_get_lhs(stmt));
757 if (gimple_code(stmt) != GIMPLE_ASSIGN)
762 debug_tree(gimple_assign_rhs1(stmt));
767 rhs_code = gimple_assign_rhs_code(stmt);
772 lhs = gimple_get_lhs(stmt);
774 rhs1 = gimple_assign_rhs1(stmt);
797 MISMATCH(gimple_location(stmt), "rhs", ptr_lhs_type, ptr_rhs_type);
820 MISMATCH(gimple_location(stmt), "op0", ptr_lhs_type, op0_type);
830 MISMATCH(gimple_location(stmt), "ssa", ptr_lhs_type, ptr_rhs_type);