Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp2888 unsigned RealTySize = in emitInterWarpCopyFunction() local
2892 for (unsigned TySize = 4; TySize > 0 && RealTySize > 0; TySize /=2) { in emitInterWarpCopyFunction()
2893 unsigned NumIters = RealTySize / TySize; in emitInterWarpCopyFunction()
3032 RealTySize %= TySize; in emitInterWarpCopyFunction()