Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp5625 SmallVector<llvm::Type*, 8> ArgList, IntArgList; in HandleAggregates() local
5674 CoerceToIntArgs(TySize - LastOffset, IntArgList); in HandleAggregates()
5675 ArgList.append(IntArgList.begin(), IntArgList.end()); in HandleAggregates()