Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp6902 ABIArgInfo coerceToIntArrayWithLimit(QualType Ty, unsigned MaxSize) const;
7000 ABIArgInfo NVPTXABIInfo::coerceToIntArrayWithLimit(QualType Ty, in coerceToIntArrayWithLimit() function in __anon57a50d410b11::NVPTXABIInfo
7017 return coerceToIntArrayWithLimit(RetTy, 64); in classifyReturnType()