Searched refs:componentTys (Results 1 – 1 of 1) sorted by relevance
220 SmallVector<llvm::Type*, 4> componentTys; in addTypedData() local221 legalizeVectorType(CGM, end - begin, vecTy, componentTys); in addTypedData()222 assert(componentTys.size() >= 1); in addTypedData()225 for (size_t i = 0, e = componentTys.size(); i != e - 1; ++i) { in addTypedData()226 llvm::Type *componentTy = componentTys[i]; in addTypedData()233 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).shouldPassIndirectly(componentTys, asReturnValue); in shouldPassIndirectly()[all …]