Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp1819 unsigned RealTySize = in emitInterWarpCopyFunction() local
1823 for (unsigned TySize = 4; TySize > 0 && RealTySize > 0; TySize /=2) { in emitInterWarpCopyFunction()
1824 unsigned NumIters = RealTySize / TySize; in emitInterWarpCopyFunction()
1968 RealTySize %= TySize; in emitInterWarpCopyFunction()