Searched refs:innertype (Results 1 – 4 of 4) sorted by relevance
6433 if ((TYPE_ATTRIBUTES (innertype) || TYPE_QUALS (innertype)) in make_vector_type()6434 && TYPE_MAIN_VARIANT (innertype) != innertype) in make_vector_type()6437 TYPE_ATTRIBUTES (innertype), in make_vector_type()6438 TYPE_QUALS (innertype)); in make_vector_type()6441 TREE_TYPE (t) = TYPE_MAIN_VARIANT (innertype); in make_vector_type()6444 TYPE_READONLY (t) = TYPE_READONLY (innertype); in make_vector_type()6445 TYPE_VOLATILE (t) = TYPE_VOLATILE (innertype); in make_vector_type()6913 % TREE_INT_CST_LOW (TYPE_SIZE (innertype)) == 0); in build_vector_type_for_mode()6916 / TREE_INT_CST_LOW (TYPE_SIZE (innertype)); in build_vector_type_for_mode()6923 return make_vector_type (innertype, nunits, mode); in build_vector_type_for_mode()[all …]
1613 tree innertype = TREE_TYPE (type); in layout_type() local1620 enum machine_mode innermode = TYPE_MODE (innertype); in layout_type()1649 TYPE_SIZE_UNIT (innertype), in layout_type()1651 TYPE_SIZE (type) = int_const_binop (MULT_EXPR, TYPE_SIZE (innertype), in layout_type()
3680 extern tree build_vector_type (tree innertype, int nunits);
604 of the innertype is the innertype itself.