Searched refs:EltTypes (Results 1 – 3 of 3) sorted by relevance
650 SmallVector<Type*, 16> EltTypes; in getTypeForElements() local652 EltTypes.push_back(V[i]->getType()); in getTypeForElements()654 return StructType::get(Context, EltTypes, Packed); in getTypeForElements()
931 SmallVector<Type*, 16> EltTypes(VecSize); in getTypeForElements() local933 EltTypes[i] = V[i]->getType(); in getTypeForElements()935 return StructType::get(Context, EltTypes, Packed); in getTypeForElements()
999 SmallVector<Type*, 16> EltTypes(VecSize); in getTypeForElements() local1001 EltTypes[i] = V[i]->getType(); in getTypeForElements()1003 return StructType::get(Context, EltTypes, Packed); in getTypeForElements()