Searched refs:ElemPtrPtrAddr (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1865 Address ElemPtrPtrAddr = Bld.CreateConstArrayGEP(LocalReduceList, Idx); in emitInterWarpCopyFunction() local 1867 ElemPtrPtrAddr, /*Volatile=*/false, C.VoidPtrTy, SourceLocation()); in emitInterWarpCopyFunction() 2257 Address ElemPtrPtrAddr = Bld.CreateConstArrayGEP(LocalReduceList, Idx); in emitListToGlobalCopyFunction() local 2259 ElemPtrPtrAddr, /*Volatile=*/false, C.VoidPtrTy, SourceLocation()); in emitListToGlobalCopyFunction() 2467 Address ElemPtrPtrAddr = Bld.CreateConstArrayGEP(LocalReduceList, Idx); in emitGlobalToListCopyFunction() local 2469 ElemPtrPtrAddr, /*Volatile=*/false, C.VoidPtrTy, SourceLocation()); in emitGlobalToListCopyFunction()
|