Searched refs:fold_unary (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | ldexp.c | 208 fold_unary (etree_type *tree, in fold_unary() function 643 result = fold_unary (tree, current_section, allocation_done, in exp_fold_tree()
|
H A D | ChangeLog-0203 | 2066 * ldexp.c (fold_unary): New. Split out from exp_fold_tree.
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-ccp.c | 894 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 D | convert.c | 510 tem = fold_unary (code, type, expr); in convert_to_integer()
|
H A D | fold-const.c | 7408 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 D | tree-ssa-pre.c | 3332 t = fold_unary (TREE_CODE (expr), TREE_TYPE (expr), in try_combine_conversion()
|
H A D | tree.h | 4211 extern tree fold_unary (enum tree_code, tree, tree);
|
H A D | expr.c | 6973 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 D | ChangeLog-2005 | 800 * 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 D | ldexp.c | 201 fold_unary (etree_type *tree) in fold_unary() function 665 fold_unary (tree); in exp_fold_tree_1()
|
H A D | ChangeLog-2004 | 409 * ldexp.c (fold_unary): Remove DATA_SEGMENT_RELRO_END handling here. 990 (fold_unary): Likewise.
|
H A D | ChangeLog-0203 | 2066 * ldexp.c (fold_unary): New. Split out from exp_fold_tree.
|