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

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

Completed in 96 milliseconds