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()638 SmallVector<llvm::Type*, 8> componentTys; in shouldPassIndirectly() local639 componentTys.reserve(Entries.size()); in shouldPassIndirectly()641 componentTys.push_back(entry.Type); in shouldPassIndirectly()643 return getSwiftABIInfo(CGM).shouldPassIndirectly(componentTys, asReturnValue); in shouldPassIndirectly()[all …]