Home | History | Annotate | Download | only in gcc

Lines Matching defs:gimplify_build1

81 gimplify_build1 (gimple_stmt_iterator *gsi, enum tree_code code, tree type,
214 return gimplify_build1 (gsi, code, inner_type, a);
288 signs = gimplify_build1 (gsi, BIT_NOT_EXPR, word_type, signs);
315 signs = gimplify_build1 (gsi, BIT_NOT_EXPR, word_type, b);
527 t = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, type, t);
793 cur_op = gimplify_build1 (gsi, VIEW_CONVERT_EXPR,
799 addend = gimplify_build1 (gsi, VIEW_CONVERT_EXPR,
1124 a2 = gimplify_build1 (gsi, BIT_NOT_EXPR, type, a);
1149 a = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, atype, a);
1817 new_rhs = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, TREE_TYPE (lhs),
1838 return gimplify_build1 (gsi, code, TREE_TYPE (type), a);
1851 return gimplify_build1 (gsi, code, outer_type, a);
2097 tree result = gimplify_build1 (gsi, code1, cretd_type, a);
2102 ce.value = gimplify_build1 (gsi, code2, cretd_type, a);
2222 : gimplify_build1 (gsi, code, stype, srhs1);
2393 new_rhs = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, TREE_TYPE (lhs),