Lines Matching refs:build_and_insert_binop
1065 build_and_insert_binop (gimple_stmt_iterator *gsi, location_t loc, in build_and_insert_binop() function
1098 return build_and_insert_binop (gsi, loc, target, CONVERT_EXPR, val, NULL); in build_and_insert_cast()
1189 return build_and_insert_binop (gsi, loc, target, MULT_EXPR, in gimple_expand_builtin_pow()
1266 result = build_and_insert_binop (gsi, loc, target, MULT_EXPR, in gimple_expand_builtin_pow()
1271 result = build_and_insert_binop (gsi, loc, target, RDIV_EXPR, in gimple_expand_builtin_pow()
1322 powi_cbrt_x = build_and_insert_binop (gsi, loc, target, MULT_EXPR, in gimple_expand_builtin_pow()
1329 result = build_and_insert_binop (gsi, loc, target, MULT_EXPR, in gimple_expand_builtin_pow()
1334 result = build_and_insert_binop (gsi, loc, target, RDIV_EXPR, in gimple_expand_builtin_pow()
1368 addend1 = build_and_insert_binop (gsi, loc, target, MULT_EXPR, in gimple_expand_builtin_cabs()
1372 addend2 = build_and_insert_binop (gsi, loc, target, MULT_EXPR, in gimple_expand_builtin_cabs()
1374 sum = build_and_insert_binop (gsi, loc, target, PLUS_EXPR, addend1, addend2); in gimple_expand_builtin_cabs()