Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp278 auto *ZextGroupSize = dyn_cast<ZExtInst>(U); in processUse() local
279 if (!ZextGroupSize) in processUse()
282 for (User *UMin : ZextGroupSize->users()) { in processUse()
285 m_Mul(GroupIDIntrin, m_Specific(ZextGroupSize))), in processUse()
286 m_Specific(ZextGroupSize)))) { in processUse()
293 UMin->replaceAllUsesWith(ZextGroupSize); in processUse()