Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp219 auto *LLVMVecType = llvm::dyn_cast<llvm::FixedVectorType>(ArgType); in lowerPrintfForGpu() local
220 int NumElem = LLVMVecType ? LLVMVecType->getNumElements() : 1; in lowerPrintfForGpu()
221 if (LLVMVecType && NumElem > 1) in lowerPrintfForGpu()