Home
last modified time | relevance | path

Searched refs:split_tree (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c786 split_tree (tree in, tree type, enum tree_code code, in split_tree() function
10679 var0 = split_tree (arg0, type, code, in fold_binary_loc()
10682 var1 = split_tree (arg1, type, code, in fold_binary_loc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc798 split_tree (tree in, tree type, enum tree_code code, in split_tree() function
11304 var0 = split_tree (arg0, type, code, in fold_binary_loc()
11307 var1 = split_tree (arg1, type, code, in fold_binary_loc()
H A DChangeLog-19991827 * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE.
1942 (split_tree): Completely rework to make more general.
1945 (fold, associate): Call new split_tree and associate_trees.
H A DChangeLog-201721525 * fold-const.c (split_tree): Add minus_var and minus_con
26918 * fold-const.c (split_tree): Fold to type before negating.
27627 * fold-const.c (split_tree): Drop TREE_OVERFLOW flag from
33492 * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
34414 * fold-const.c (split_tree): Make sure to not negate pointers.
H A DChangeLog-201613568 * fold-const.c (split_tree): Do not split constant ~X.
25890 * fold-const.c (split_tree): Always convert to the original type
33072 * fold-const.c (split_tree): New parameters. Convert pointer
33074 (fold_binary_loc): Pass new arguments to split_tree.
H A DChangeLog-200826761 * fold-const.c (split_tree): Associate floatig-point expressions
H A DChangeLog-200129928 * fold-const.c (split_tree): Don't assume a constant isn't splittable.
H A DChangeLog-200712147 (split_tree): Support FIXED_CST.
H A DChangeLog-200224767 * fold-const.c (split_tree): Add MINUS_LITP parameter; separate
H A DChangeLog-201340293 * fold-const.c (split_tree): Undo -X - 1 to ~X folding for