Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp702 Value *TCntY, *TCntZ; in handleAlloca() local
704 std::tie(TCntY, TCntZ) = getLocalSizeYZ(Builder); in handleAlloca()
709 Value *Tmp0 = Builder.CreateMul(TCntY, TCntZ, "", true, true); in handleAlloca()
711 Value *Tmp1 = Builder.CreateMul(TIdY, TCntZ, "", true, true); in handleAlloca()