Home
last modified time | relevance | path

Searched refs:IsIllegalVectorType (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DTargetInfo.cpp1943 bool IsIllegalVectorType(QualType Ty) const;
2668 bool X86_64ABIInfo::IsIllegalVectorType(QualType Ty) const { in IsIllegalVectorType() function in X86_64ABIInfo
2689 if (!isAggregateTypeForABI(Ty) && !IsIllegalVectorType(Ty)) { in getIndirectResult()