Searched refs:tree0 (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fold-const.c | 10538 tree tree0; in fold_binary_loc() local 10539 tree0 = fold_build2_loc (loc, PLUS_EXPR, type, arg0, tree10); in fold_binary_loc() 10540 return fold_build2_loc (loc, PLUS_EXPR, type, tree0, tree11); in fold_binary_loc() 10555 tree tree0; in fold_binary_loc() local 10556 tree0 = fold_build2_loc (loc, PLUS_EXPR, type, tree01, arg1); in fold_binary_loc() 10557 return fold_build2_loc (loc, PLUS_EXPR, type, tree00, tree0); in fold_binary_loc()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fold-const.cc | 11163 tree tree0; in fold_binary_loc() local 11164 tree0 = fold_build2_loc (loc, PLUS_EXPR, type, arg0, tree10); in fold_binary_loc() 11165 return fold_build2_loc (loc, PLUS_EXPR, type, tree0, tree11); in fold_binary_loc() 11180 tree tree0; in fold_binary_loc() local 11181 tree0 = fold_build2_loc (loc, PLUS_EXPR, type, tree01, arg1); in fold_binary_loc() 11182 return fold_build2_loc (loc, PLUS_EXPR, type, tree00, tree0); in fold_binary_loc()
|