Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp173 auto *ZextGroupSize = dyn_cast<ZExtInst>(U); in processUse() local
174 if (!ZextGroupSize) in processUse()
177 for (User *UMin : ZextGroupSize->users()) { in processUse()
180 m_Mul(GroupIDIntrin, m_Specific(ZextGroupSize))), in processUse()
181 m_Specific(ZextGroupSize)))) { in processUse()
188 UMin->replaceAllUsesWith(ZextGroupSize); in processUse()