Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp33 bool isVectorArgumentType(QualType Ty) const;
176 bool SystemZABIInfo::isVectorArgumentType(QualType Ty) const { in isVectorArgumentType() function in SystemZABIInfo
406 if (isVectorArgumentType(RetTy)) in classifyReturnType()
431 if (isVectorArgumentType(SingleElementTy) && in classifyArgumentType()