Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp3006 Address TargetElemPtr = Address(TargetElemPtrVal, Align); in emitInterWarpCopyFunction() local
3007 TargetElemPtr = Bld.CreateElementBitCast(TargetElemPtr, CopyType); in emitInterWarpCopyFunction()
3009 TargetElemPtr = Address(Bld.CreateGEP(TargetElemPtr.getPointer(), Cnt), in emitInterWarpCopyFunction()
3010 TargetElemPtr.getAlignment()); in emitInterWarpCopyFunction()
3016 CGF.EmitStoreOfScalar(SrcMediumValue, TargetElemPtr, /*Volatile=*/false, in emitInterWarpCopyFunction()