Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp34 bool isFPArgumentType(QualType Ty) const;
182 bool SystemZABIInfo::isFPArgumentType(QualType Ty) const { in isFPArgumentType() function in SystemZABIInfo
449 if (isFPArgumentType(SingleElementTy)) { in classifyArgumentType()