Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2384 Value *DestElementPtrAddr = nullptr; in emitReductionListCopy() local
2399 DestElementPtrAddr = Builder.CreateInBoundsGEP( in emitReductionListCopy()
2421 Builder.CreateLoad(Builder.getPtrTy(), DestElementPtrAddr); in emitReductionListCopy()
2478 Builder.CreateStore(CastDestAddr, DestElementPtrAddr); in emitReductionListCopy()