Searched refs:ComponentTys (Results 1 – 2 of 2) sorted by relevance
130 virtual bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys,
155 bool SwiftABIInfo::shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() argument157 return occupiesMoreThan(CGT, ComponentTys, /*total=*/4); in shouldPassIndirectly()1234 bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() argument1240 return occupiesMoreThan(CGT, ComponentTys, /*total=*/3); in shouldPassIndirectly()