Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp6429 bool isVectorArgumentType(QualType Ty) const;
6490 bool SystemZABIInfo::isVectorArgumentType(QualType Ty) const { in isVectorArgumentType() function in SystemZABIInfo
6714 if (isVectorArgumentType(RetTy)) in classifyReturnType()
6736 if (isVectorArgumentType(SingleElementTy) && in classifyArgumentType()