Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp7116 ABIArgInfo coerceToIntArrayWithLimit(QualType Ty, unsigned MaxSize) const;
7214 ABIArgInfo NVPTXABIInfo::coerceToIntArrayWithLimit(QualType Ty, in coerceToIntArrayWithLimit() function in __anon8ad051810b11::NVPTXABIInfo
7231 return coerceToIntArrayWithLimit(RetTy, 64); in classifyReturnType()