Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp300 auto *ZextGroupSize = dyn_cast<ZExtInst>(U); in processUse() local
301 if (!ZextGroupSize) in processUse()
304 for (User *UMin : ZextGroupSize->users()) { in processUse()
307 m_Mul(GroupIDIntrin, m_Specific(ZextGroupSize))), in processUse()
308 m_Specific(ZextGroupSize)))) { in processUse()
315 UMin->replaceAllUsesWith(ZextGroupSize); in processUse()