Home
last modified time | relevance | path

Searched refs:tree01 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDfold-const.c10243 tree tree01 = TREE_OPERAND (arg0, 1); in fold_binary_loc() local
10244 if (TREE_CODE (tree01) == MULT_EXPR in fold_binary_loc()
10248 tree0 = fold_build2_loc (loc, PLUS_EXPR, type, tree01, arg1); in fold_binary_loc()
10274 tree tree01, tree11; in fold_binary_loc() local
10277 tree01 = TREE_OPERAND (arg0, 1); in fold_binary_loc()
10279 STRIP_NOPS (tree01); in fold_binary_loc()
10281 code01 = TREE_CODE (tree01); in fold_binary_loc()
10285 && TREE_INT_CST_HIGH (tree01) == 0 in fold_binary_loc()
10287 && ((TREE_INT_CST_LOW (tree01) + TREE_INT_CST_LOW (tree11)) in fold_binary_loc()
10293 code0 == LSHIFT_EXPR ? tree01 : tree11); in fold_binary_loc()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDfold-const.c9586 tree tree01 = TREE_OPERAND (arg0, 1); in fold_binary_loc() local
9587 if (TREE_CODE (tree01) == MULT_EXPR in fold_binary_loc()
9591 tree0 = fold_build2_loc (loc, PLUS_EXPR, type, tree01, arg1); in fold_binary_loc()
9621 tree tree01, tree11; in fold_binary_loc() local
9625 tree01 = orig_tree01 = TREE_OPERAND (arg0, 1); in fold_binary_loc()
9627 STRIP_NOPS (tree01); in fold_binary_loc()
9629 code01 = TREE_CODE (tree01); in fold_binary_loc()
9636 std::swap (tree01, tree11); in fold_binary_loc()
9641 && (wi::to_widest (tree01) + wi::to_widest (tree11) in fold_binary_loc()
9660 && operand_equal_p (tree01, tree111, 0)) in fold_binary_loc()
[all …]