Home
last modified time | relevance | path

Searched refs:gimplify_build1 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-vect-generic.c110 return gimplify_build1 (bsi, VIEW_CONVERT_EXPR, type, t); in tree_vec_extract()
119 return gimplify_build1 (bsi, code, inner_type, a); in do_unop()
167 signs = gimplify_build1 (bsi, BIT_NOT_EXPR, word_type, signs); in do_plus_minus()
192 signs = gimplify_build1 (bsi, BIT_NOT_EXPR, word_type, b); in do_negate()
458 *p_rhs = gimplify_build1 (bsi, VIEW_CONVERT_EXPR, TREE_TYPE (lhs), rhs); in expand_vector_operations_1()
H A Dtree-complex.c960 rr = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, rr); in expand_complex_multiplication()
971 rr = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, rr); in expand_complex_multiplication()
1049 t1 = gimplify_build1 (bsi, ABS_EXPR, inner_type, br); in expand_complex_div_wide()
1050 t2 = gimplify_build1 (bsi, ABS_EXPR, inner_type, bi); in expand_complex_div_wide()
1200 ri = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, ri); in expand_complex_division()
1221 ri = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, ri); in expand_complex_division()
1268 rr = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, ar); in expand_complex_negation()
1269 ri = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, ai); in expand_complex_negation()
1284 ri = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, ai); in expand_complex_conjugate()
H A Dtree-flow.h609 extern tree gimplify_build1 (block_stmt_iterator *, enum tree_code,
H A Dtree-cfg.c5720 gimplify_build1 (block_stmt_iterator *bsi, enum tree_code code, tree type, in gimplify_build1() function