Home
last modified time | relevance | path

Searched refs:fold_unary (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/binutils/ld/
H A Dldexp.c208 fold_unary (etree_type *tree, in fold_unary() function
643 result = fold_unary (tree, current_section, allocation_done, in exp_fold_tree()
H A DChangeLog-02032066 * ldexp.c (fold_unary): New. Split out from exp_fold_tree.
/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-ccp.c894 return fold_unary (code, TREE_TYPE (rhs), op0); in ccp_fold()
1225 tree w = fold_unary (VIEW_CONVERT_EXPR, in visit_assignment()
1937 op1 = fold_unary (NEGATE_EXPR, TREE_TYPE (op1), op1); in maybe_fold_stmt_addition()
H A Dconvert.c510 tem = fold_unary (code, type, expr); in convert_to_integer()
H A Dfold-const.c7408 fold_unary (enum tree_code code, tree type, tree op0) in fold_unary() function
7831 && (tem = fold_unary (BIT_NOT_EXPR, type, in fold_unary()
7837 && (tem = fold_unary (BIT_NOT_EXPR, type, in fold_unary()
11783 tem = fold_unary (code, type, op0); in fold()
12039 tem = fold_unary (code, type, op0); in fold_build1_stat()
12904 tree tem = fold_unary (code, type, op0); in fold_unary_to_constant()
H A Dtree-ssa-pre.c3332 t = fold_unary (TREE_CODE (expr), TREE_TYPE (expr), in try_combine_conversion()
H A Dtree.h4211 extern tree fold_unary (enum tree_code, tree, tree);
H A Dexpr.c6973 tmp = fold_unary (VIEW_CONVERT_EXPR, type_for_mode, exp); in expand_expr_real_1()
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-2005800 * ldexp.c (fold_unary <ALIGN_K>): Revert last change.
819 (fold_unary): Operate on expld.result and return void. Remove
823 (fold_unary <ALIGN_K>): Ensure alignment is absolute.
824 (fold_unary <ABSOLUTE>): Use make_abs.
825 (fold_unary <DATA_SEGMENT_END>): Evaluate mark_phase as for
944 * ldexp.c (new_rel, new_rel_from_section, fold_unary, fold_binary,
1039 (fold_unary): Likewise.
H A Dldexp.c201 fold_unary (etree_type *tree) in fold_unary() function
665 fold_unary (tree); in exp_fold_tree_1()
H A DChangeLog-2004409 * ldexp.c (fold_unary): Remove DATA_SEGMENT_RELRO_END handling here.
990 (fold_unary): Likewise.
H A DChangeLog-02032066 * ldexp.c (fold_unary): New. Split out from exp_fold_tree.