Lines Matching refs:div
1018 tree rr, ri, div, t1, t2, t3; in expand_complex_div_straight() local
1022 div = gimplify_build2 (bsi, PLUS_EXPR, inner_type, t1, t2); in expand_complex_div_straight()
1027 rr = gimplify_build2 (bsi, code, inner_type, t3, div); in expand_complex_div_straight()
1032 ri = gimplify_build2 (bsi, code, inner_type, t3, div); in expand_complex_div_straight()
1045 tree rr, ri, ratio, div, t1, t2, tr, ti, cond; in expand_complex_div_wide() local
1112 div = gimplify_build2 (bsi, PLUS_EXPR, inner_type, t1, bi); in expand_complex_div_wide()
1120 tr = gimplify_build2 (bsi, code, inner_type, tr, div); in expand_complex_div_wide()
1121 ti = gimplify_build2 (bsi, code, inner_type, ti, div); in expand_complex_div_wide()
1151 div = gimplify_build2 (bsi, PLUS_EXPR, inner_type, t1, br); in expand_complex_div_wide()
1159 tr = gimplify_build2 (bsi, code, inner_type, tr, div); in expand_complex_div_wide()
1160 ti = gimplify_build2 (bsi, code, inner_type, ti, div); in expand_complex_div_wide()