Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp7242 bool isVectorArgumentType(QualType Ty) const;
7349 bool SystemZABIInfo::isVectorArgumentType(QualType Ty) const { in isVectorArgumentType() function in SystemZABIInfo
7581 if (isVectorArgumentType(RetTy)) in classifyReturnType()
7603 if (isVectorArgumentType(SingleElementTy) && in classifyArgumentType()