Searched refs:tree01 (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fold-const.c | 10551 tree tree01 = TREE_OPERAND (arg0, 1); in fold_binary_loc() local 10552 if (TREE_CODE (tree01) == MULT_EXPR in fold_binary_loc() 10556 tree0 = fold_build2_loc (loc, PLUS_EXPR, type, tree01, arg1); in fold_binary_loc() 10586 tree tree01, tree11; in fold_binary_loc() local 10590 tree01 = orig_tree01 = TREE_OPERAND (arg0, 1); in fold_binary_loc() 10592 STRIP_NOPS (tree01); in fold_binary_loc() 10594 code01 = TREE_CODE (tree01); in fold_binary_loc() 10601 std::swap (tree01, tree11); in fold_binary_loc() 10606 && (wi::to_widest (tree01) + wi::to_widest (tree11) in fold_binary_loc() 10625 && operand_equal_p (tree01, tree111, 0)) in fold_binary_loc() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fold-const.cc | 11176 tree tree01 = TREE_OPERAND (arg0, 1); in fold_binary_loc() local 11177 if (TREE_CODE (tree01) == MULT_EXPR in fold_binary_loc() 11181 tree0 = fold_build2_loc (loc, PLUS_EXPR, type, tree01, arg1); in fold_binary_loc() 11211 tree tree01, tree11; in fold_binary_loc() local 11215 tree01 = orig_tree01 = TREE_OPERAND (arg0, 1); in fold_binary_loc() 11217 STRIP_NOPS (tree01); in fold_binary_loc() 11219 code01 = TREE_CODE (tree01); in fold_binary_loc() 11226 std::swap (tree01, tree11); in fold_binary_loc() 11231 && (wi::to_widest (tree01) + wi::to_widest (tree11) in fold_binary_loc() 11250 && operand_equal_p (tree01, tree111, 0)) in fold_binary_loc() [all …]
|