Lines Matching defs:rr

813   tree rr, ri;
818 rr = gimplify_build2 (bsi, code, inner_type, ar, br);
823 rr = ar;
832 rr = gimplify_build2 (bsi, MINUS_EXPR, inner_type, ar, br);
834 rr = br;
839 rr = ar;
844 rr = gimplify_build2 (bsi, code, inner_type, ar, br);
849 rr = ar;
856 rr = gimplify_build2 (bsi, code, inner_type, ar, br);
863 rr = br;
869 rr = gimplify_build2 (bsi, code, inner_type, ar, br);
877 update_complex_assignment (bsi, rr, ri);
932 tree rr, ri;
937 rr = ar, ar = br, br = rr;
945 rr = gimplify_build2 (bsi, MULT_EXPR, inner_type, ar, br);
950 rr = ar;
959 rr = gimplify_build2 (bsi, MULT_EXPR, inner_type, ai, bi);
960 rr = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, rr);
965 rr = gimplify_build2 (bsi, MULT_EXPR, inner_type, ar, br);
970 rr = gimplify_build2 (bsi, MULT_EXPR, inner_type, ai, bi);
971 rr = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, rr);
996 rr = gimplify_build2 (bsi, MINUS_EXPR, inner_type, t1, t2);
1005 update_complex_assignment (bsi, rr, ri);
1018 tree rr, ri, div, t1, t2, t3;
1027 rr = gimplify_build2 (bsi, code, inner_type, t3, div);
1034 update_complex_assignment (bsi, rr, ri);
1045 tree rr, ri, ratio, div, t1, t2, tr, ti, cond;
1055 rr = ri = tr = ti = NULL;
1090 rr = make_rename_temp (inner_type, NULL);
1125 t1 = build2 (MODIFY_EXPR, inner_type, rr, tr);
1164 t1 = build2 (MODIFY_EXPR, inner_type, rr, tr);
1175 rr = tr, ri = ti;
1177 update_complex_assignment (bsi, rr, ri);
1188 tree rr, ri;
1193 rr = gimplify_build2 (bsi, code, inner_type, ar, br);
1198 rr = ai;
1204 rr = ar;
1209 rr = gimplify_build2 (bsi, code, inner_type, ai, bi);
1214 rr = gimplify_build2 (bsi, code, inner_type, ar, br);
1219 rr = gimplify_build2 (bsi, code, inner_type, ai, bi);
1255 update_complex_assignment (bsi, rr, ri);
1266 tree rr, ri;
1268 rr = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, ar);
1271 update_complex_assignment (bsi, rr, ri);