Searched refs:IsIllegalVectorType (Results 1 – 1 of 1) sorted by relevance
1943 bool IsIllegalVectorType(QualType Ty) const;2668 bool X86_64ABIInfo::IsIllegalVectorType(QualType Ty) const { in IsIllegalVectorType() function in X86_64ABIInfo2689 if (!isAggregateTypeForABI(Ty) && !IsIllegalVectorType(Ty)) { in getIndirectResult()