Lines Matching refs:first_stmt_code
633 enum tree_code first_stmt_code = ERROR_MARK; in vect_build_slp_tree_1() local
725 first_stmt_code = rhs_code; in vect_build_slp_tree_1()
782 if (first_stmt_code != rhs_code in vect_build_slp_tree_1()
785 if (first_stmt_code != rhs_code in vect_build_slp_tree_1()
786 && (first_stmt_code != IMAGPART_EXPR in vect_build_slp_tree_1()
788 && (first_stmt_code != REALPART_EXPR in vect_build_slp_tree_1()
792 && !((first_stmt_code == PLUS_EXPR in vect_build_slp_tree_1()
793 || first_stmt_code == MINUS_EXPR) in vect_build_slp_tree_1()
798 && (first_stmt_code == ARRAY_REF in vect_build_slp_tree_1()
799 || first_stmt_code == BIT_FIELD_REF in vect_build_slp_tree_1()
800 || first_stmt_code == INDIRECT_REF in vect_build_slp_tree_1()
801 || first_stmt_code == COMPONENT_REF in vect_build_slp_tree_1()
802 || first_stmt_code == MEM_REF))) in vect_build_slp_tree_1()