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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp221 auto *LLVMVecType = llvm::dyn_cast<llvm::FixedVectorType>(ArgType); local
222 int NumElem = LLVMVecType ? LLVMVecType->getNumElements() : 1;
223 if (LLVMVecType && NumElem > 1)

Completed in 156 milliseconds