Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2296 Address TargetElemPtr(TargetElemPtrVal, CGF.Int8Ty, Align); in emitInterWarpCopyFunction() local
2297 TargetElemPtr = Bld.CreateElementBitCast(TargetElemPtr, CopyType); in emitInterWarpCopyFunction()
2299 TargetElemPtr = Bld.CreateGEP(TargetElemPtr, Cnt); in emitInterWarpCopyFunction()
2304 CGF.EmitStoreOfScalar(SrcMediumValue, TargetElemPtr, /*Volatile=*/false, in emitInterWarpCopyFunction()