Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-vect-loop.c5247 tree index_vec_type = TREE_TYPE (induction_index); in vect_create_epilog_for_reduction() local
5248 gcc_checking_assert (TYPE_UNSIGNED (index_vec_type)); in vect_create_epilog_for_reduction()
5249 tree index_scalar_type = TREE_TYPE (index_vec_type); in vect_create_epilog_for_reduction()
5251 (index_vec_type); in vect_create_epilog_for_reduction()
5280 tree max_index_vec = make_ssa_name (index_vec_type); in vect_create_epilog_for_reduction()
5281 tree max_index_vec_rhs = build_vector_from_val (index_vec_type, in vect_create_epilog_for_reduction()
HDtree.c1928 tree index_vec_type = vec_type; in build_index_vector() local
1935 index_vec_type = build_vector_type (index_elt_type, nunits); in build_index_vector()
1938 tree_vector_builder v (index_vec_type, 1, 3); in build_index_vector()