Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c4900 tree scalar_type_unsigned = make_unsigned_type (scalar_precision); in vect_create_epilog_for_reduction() local
4902 (scalar_type_unsigned, TYPE_VECTOR_SUBPARTS (vectype)); in vect_create_epilog_for_reduction()
4975 tree data_reduc = make_ssa_name (scalar_type_unsigned); in vect_create_epilog_for_reduction()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.cc5555 tree scalar_type_unsigned = make_unsigned_type (scalar_precision); in vect_create_epilog_for_reduction() local
5556 tree vectype_unsigned = get_same_sized_vectype (scalar_type_unsigned, in vect_create_epilog_for_reduction()
5627 tree data_reduc = make_ssa_name (scalar_type_unsigned); in vect_create_epilog_for_reduction()