Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp7829 SmallVector<llvm::Type*, 8> ArgList, IntArgList; in HandleAggregates() local
7878 CoerceToIntArgs(TySize - LastOffset, IntArgList); in HandleAggregates()
7879 ArgList.append(IntArgList.begin(), IntArgList.end()); in HandleAggregates()