Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp38 ABIArgInfo coerceToIntArrayWithLimit(QualType Ty, unsigned MaxSize) const;
140 ABIArgInfo NVPTXABIInfo::coerceToIntArrayWithLimit(QualType Ty, in coerceToIntArrayWithLimit() function in __anon18b9b79c0111::NVPTXABIInfo
158 return coerceToIntArrayWithLimit(RetTy, 64); in classifyReturnType()