Searched refs:componentTys (Results 1 – 1 of 1) sorted by relevance
219 SmallVector<llvm::Type*, 4> componentTys; in addTypedData() local220 legalizeVectorType(CGM, end - begin, vecTy, componentTys); in addTypedData()221 assert(componentTys.size() >= 1); in addTypedData()224 for (size_t i = 0, e = componentTys.size(); i != e - 1; ++i) { in addTypedData()225 llvm::Type *componentTy = componentTys[i]; in addTypedData()232 return addLegalTypedData(componentTys.back(), begin, end); in addTypedData()639 SmallVector<llvm::Type*, 8> componentTys; in shouldPassIndirectly() local640 componentTys.reserve(Entries.size()); in shouldPassIndirectly()642 componentTys.push_back(entry.Type); in shouldPassIndirectly()644 return getSwiftABIInfo(CGM).shouldPassIndirectlyForSwift(componentTys, in shouldPassIndirectly()[all …]