Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp5797 bool isVectorArgumentType(QualType Ty) const;
5856 bool SystemZABIInfo::isVectorArgumentType(QualType Ty) const { in isVectorArgumentType() function in SystemZABIInfo
6080 if (isVectorArgumentType(RetTy)) in classifyReturnType()
6102 if (isVectorArgumentType(SingleElementTy) && in classifyArgumentType()