Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp277 auto *ZextGroupSize = dyn_cast<ZExtInst>(U); in processUse() local
278 if (!ZextGroupSize) in processUse()
281 for (User *UMin : ZextGroupSize->users()) { in processUse()
284 m_Mul(GroupIDIntrin, m_Specific(ZextGroupSize))), in processUse()
285 m_Specific(ZextGroupSize)))) { in processUse()
292 UMin->replaceAllUsesWith(ZextGroupSize); in processUse()