Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp7395 bool isFPArgumentType(QualType Ty) const;
7507 bool SystemZABIInfo::isFPArgumentType(QualType Ty) const { in isFPArgumentType() function in SystemZABIInfo
7769 if (isFPArgumentType(SingleElementTy)) { in classifyArgumentType()