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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp5183 SmallVector<llvm::Type*, 8> ArgList, IntArgList; local
5232 CoerceToIntArgs(TySize - LastOffset, IntArgList);
5233 ArgList.append(IntArgList.begin(), IntArgList.end());

Completed in 289 milliseconds