Lines Matching refs:ri

813   tree rr, ri;
819 ri = ai;
825 ri = gimplify_build2 (bsi, MINUS_EXPR, inner_type, ai, bi);
827 ri = bi;
835 ri = ai;
840 ri = gimplify_build2 (bsi, code, inner_type, ai, bi);
845 ri = ai;
850 ri = gimplify_build2 (bsi, code, inner_type, ai, bi);
857 ri = bi;
864 ri = gimplify_build2 (bsi, code, inner_type, ai, bi);
870 ri = gimplify_build2 (bsi, code, inner_type, ai, bi);
877 update_complex_assignment (bsi, rr, ri);
932 tree rr, ri;
938 ri = ai, ai = bi, bi = ri;
946 ri = ai;
953 ri = br;
955 ri = gimplify_build2 (bsi, MULT_EXPR, inner_type, ai, br);
961 ri = ar;
966 ri = gimplify_build2 (bsi, MULT_EXPR, inner_type, ai, br);
972 ri = gimplify_build2 (bsi, MULT_EXPR, inner_type, ar, bi);
997 ri = gimplify_build2 (bsi, PLUS_EXPR, inner_type, t3, t4);
1005 update_complex_assignment (bsi, rr, ri);
1018 tree rr, ri, div, t1, t2, t3;
1032 ri = 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;
1091 ri = make_rename_temp (inner_type, NULL);
1127 t1 = build2 (MODIFY_EXPR, inner_type, ri, ti);
1166 t1 = build2 (MODIFY_EXPR, inner_type, ri, ti);
1175 rr = tr, ri = ti;
1177 update_complex_assignment (bsi, rr, ri);
1188 tree rr, ri;
1194 ri = ai;
1199 ri = gimplify_build2 (bsi, code, inner_type, ar, bi);
1200 ri = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, ri);
1205 ri = gimplify_build2 (bsi, code, inner_type, ai, br);
1210 ri = ar;
1215 ri = gimplify_build2 (bsi, code, inner_type, ai, br);
1220 ri = gimplify_build2 (bsi, code, inner_type, ar, bi);
1221 ri = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, ri);
1255 update_complex_assignment (bsi, rr, ri);
1266 tree rr, ri;
1269 ri = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, ai);
1271 update_complex_assignment (bsi, rr, ri);
1282 tree ri;
1284 ri = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, ai);
1286 update_complex_assignment (bsi, ar, ri);