Lines Matching refs:tree01
9586 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()
9682 && operand_equal_p (tree01, TREE_OPERAND (tree110, 0), 0)) in fold_binary_loc()