Searched refs:EltTypes (Results 1 – 1 of 1) sorted by relevance
1022 SmallVector<Type*, 16> EltTypes(VecSize); in getTypeForElements() local1024 EltTypes[i] = V[i]->getType(); in getTypeForElements()1026 return StructType::get(Context, EltTypes, Packed); in getTypeForElements()