Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2171 unsigned RealTySize = in emitInterWarpCopyFunction() local
2175 for (unsigned TySize = 4; TySize > 0 && RealTySize > 0; TySize /=2) { in emitInterWarpCopyFunction()
2176 unsigned NumIters = RealTySize / TySize; in emitInterWarpCopyFunction()
2320 RealTySize %= TySize; in emitInterWarpCopyFunction()