Searched refs:isIllegalVectorType (Results 1 – 2 of 2) sorted by relevance
16 @@ -4403,7 +4403,7 @@ bool ARMABIInfo::isIllegalVectorType(QualType Ty) const {30 - if (isIllegalVectorType(Ty) && Size > 16) {32 + if (isIllegalVectorType(Ty) && Size > 32) {
3902 bool isIllegalVectorType(QualType Ty) const;3946 if (isIllegalVectorType(Ty)) { in classifyArgumentType()4060 bool AArch64ABIInfo::isIllegalVectorType(QualType Ty) const { in isIllegalVectorType() function in AArch64ABIInfo4344 if (!isAggregateTypeForABI(Ty) && !isIllegalVectorType(Ty)) in EmitDarwinVAArg()4449 bool isIllegalVectorType(QualType Ty) const;4631 if (isIllegalVectorType(Ty)) { in classifyArgumentType()4882 bool ARMABIInfo::isIllegalVectorType(QualType Ty) const { in isIllegalVectorType() function in ARMABIInfo4941 if (isIllegalVectorType(Ty) && Size > 32) { in EmitVAArg()