Searched refs:fold_unary (Results 1 – 11 of 11) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | 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() 1935 op1 = fold_unary (NEGATE_EXPR, TREE_TYPE (op1), op1); in maybe_fold_stmt_addition()
|
| HD | convert.c | 561 tem = fold_unary (code, type, expr); in convert_to_integer()
|
| HD | fold-const.c | 7424 fold_unary (enum tree_code code, tree type, tree op0) in fold_unary() function 7847 && (tem = fold_unary (BIT_NOT_EXPR, type, in fold_unary() 7853 && (tem = fold_unary (BIT_NOT_EXPR, type, in fold_unary() 11804 tem = fold_unary (code, type, op0); in fold() 12060 tem = fold_unary (code, type, op0); in fold_build1_stat() 12927 tree tem = fold_unary (code, type, op0); in fold_unary_to_constant()
|
| HD | ChangeLog | 702 * fold-const.c (fold_unary): Call fold_convert_const on the 1149 (fold_unary) [ABS_EXPR]: Check ABS_EXPR before calling
|
| HD | tree-ssa-pre.c | 3349 t = fold_unary (TREE_CODE (expr), TREE_TYPE (expr), in try_combine_conversion()
|
| HD | tree.h | 4299 extern tree fold_unary (enum tree_code, tree, tree);
|
| HD | ChangeLog-2005 | 453 Replace fold_build1 with fold_unary. 3202 (fold_unary) <case NEGATE_EXPR>: Move -(~a) transformation to ... 3652 * fold-const.c (fold_unary) <case NOP_EXPR, CONVERT_EXPR>: For 10406 * fold-const.c (fold_unary): Fold away useless component 10815 * fold-const.c (fold_unary): Don't strip signed nops from ABS_EXPRs. 11104 (fold_unary): Always fold ABS_EXPR<ABS_EXPR<x>> into 16991 fold_unary and fold_binary. 17198 fold_binary_to_constant. Likewise, call fold_unary instead of 22349 * fold-const.c (fold_unary, fold_binary, fold_ternary): 22354 * tree.h: Add prototypes for fold_unary, fold_binary, [all …]
|
| HD | ChangeLog-2006 | 587 * fold-const.c (fold_unary): Don't fold (t1)(t2) to (t1) if this 4296 (fold_unary): Use fold_negate_expr for folding NEGATE_EXPR. 4336 (fold_unary): Use fold_truth_not_expr for folding 4773 * fold-const.c (fold_unary) <CONJ_EXPR>: Ensure folded expressions 5955 * fold-const.c (fold_unary): Handle intermediate conversion 7341 (fold_unary) <VIEW_CONVERT_EXPR>: Call fold_view_convert_expr. 8254 * fold-const.c (fold_unary) <NOP_EXPR>: Fold (T1)(~(T2)X) as
|
| HD | expr.c | 7018 tmp = fold_unary (VIEW_CONVERT_EXPR, type_for_mode, exp); in expand_expr_real_1()
|
| /trueos/contrib/binutils/ld/ |
| HD | ldexp.c | 207 fold_unary (etree_type *tree) in fold_unary() function 712 fold_unary (tree); in exp_fold_tree_1()
|
| HD | ChangeLog-0203 | 2066 * ldexp.c (fold_unary): New. Split out from exp_fold_tree.
|