Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-slp.cc915 code_helper first_stmt_code = ERROR_MARK; in vect_build_slp_tree_1() local
1043 first_stmt_code = rhs_code; in vect_build_slp_tree_1()
1104 if (first_stmt_code != rhs_code in vect_build_slp_tree_1()
1107 if ((first_stmt_code != rhs_code in vect_build_slp_tree_1()
1108 && (first_stmt_code != IMAGPART_EXPR in vect_build_slp_tree_1()
1110 && (first_stmt_code != REALPART_EXPR in vect_build_slp_tree_1()
1114 && !((first_stmt_code == PLUS_EXPR in vect_build_slp_tree_1()
1115 || first_stmt_code == MINUS_EXPR) in vect_build_slp_tree_1()
1120 && (first_stmt_code == ARRAY_REF in vect_build_slp_tree_1()
1121 || first_stmt_code == BIT_FIELD_REF in vect_build_slp_tree_1()
[all …]