Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2758 Value *ElemPtrPtr = in emitInterWarpCopyFunction() local
2763 Value *ElemPtr = Builder.CreateLoad(Builder.getPtrTy(), ElemPtrPtr); in emitInterWarpCopyFunction()
3078 Value *ElemPtrPtr = Builder.CreateInBoundsGEP( in emitListToGlobalCopyFunction() local
3082 Value *ElemPtr = Builder.CreateLoad(Builder.getPtrTy(), ElemPtrPtr); in emitListToGlobalCopyFunction()
3269 Value *ElemPtrPtr = Builder.CreateInBoundsGEP( in emitGlobalToListCopyFunction() local
3273 Value *ElemPtr = Builder.CreateLoad(Builder.getPtrTy(), ElemPtrPtr); in emitGlobalToListCopyFunction()