Searched refs:split_tree (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.c | 786 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 D | fold-const.cc | 798 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 D | ChangeLog-1999 | 1827 * 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 D | ChangeLog-2017 | 21525 * 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 D | ChangeLog-2016 | 13568 * 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 D | ChangeLog-2008 | 26761 * fold-const.c (split_tree): Associate floatig-point expressions
|
H A D | ChangeLog-2001 | 29928 * fold-const.c (split_tree): Don't assume a constant isn't splittable.
|
H A D | ChangeLog-2007 | 12147 (split_tree): Support FIXED_CST.
|
H A D | ChangeLog-2002 | 24767 * fold-const.c (split_tree): Add MINUS_LITP parameter; separate
|
H A D | ChangeLog-2013 | 40293 * fold-const.c (split_tree): Undo -X - 1 to ~X folding for
|