Searched refs:SrcElementAddr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2382 Value *SrcElementAddr = nullptr; in emitReductionListCopy() local 2395 SrcElementAddr = Builder.CreateLoad(Builder.getPtrTy(), SrcElementPtrAddr); in emitReductionListCopy() 2429 shuffleAndStore(AllocaIP, SrcElementAddr, DestElementAddr, RI.ElementType, in emitReductionListCopy() 2434 Value *Elem = Builder.CreateLoad(RI.ElementType, SrcElementAddr); in emitReductionListCopy() 2441 RI.ElementType, SrcElementAddr, 0, 0, ".realp"); in emitReductionListCopy() 2445 RI.ElementType, SrcElementAddr, 0, 1, ".imagp"); in emitReductionListCopy() 2462 SrcElementAddr, M.getDataLayout().getPrefTypeAlign(RI.ElementType), in emitReductionListCopy()
|