Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2701 unsigned RealTySize = M.getDataLayout().getTypeAllocSize(RI.ElementType); in emitInterWarpCopyFunction() local
2702 for (unsigned TySize = 4; TySize > 0 && RealTySize > 0; TySize /= 2) { in emitInterWarpCopyFunction()
2705 unsigned NumIters = RealTySize / TySize; in emitInterWarpCopyFunction()
2843 RealTySize %= TySize; in emitInterWarpCopyFunction()