Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp449 int NumInts = NSizeStr / 4; in lowerPrintfForGpu() local
451 while (NumInts) { in lowerPrintfForGpu()
454 NumInts--; in lowerPrintfForGpu()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp779 size_t NumInts = RetType::isVersionType(FixedType) ? 4 : 1; in parseVersionInfoFixed() local
780 ASSIGN_OR_RETURN(ArgsResult, readIntsWithCommas(1, NumInts)); in parseVersionInfoFixed()
782 while (ArgInts.size() < NumInts) in parseVersionInfoFixed()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp805 unsigned NumInts, in createSequentialMask() argument
808 for (unsigned i = 0; i < NumInts; i++) in createSequentialMask()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h531 createSequentialMask(unsigned Start, unsigned NumInts, unsigned NumUndefs);