Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp7394 bool isVectorArgumentType(QualType Ty) const;
7501 bool SystemZABIInfo::isVectorArgumentType(QualType Ty) const { in isVectorArgumentType() function in SystemZABIInfo
7729 if (isVectorArgumentType(RetTy)) in classifyReturnType()
7751 if (isVectorArgumentType(SingleElementTy) && in classifyArgumentType()