Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4742 llvm::Value *LHSBegin = LHSAddr.emitRawPointer(CGF); in EmitOMPAggregateReduction() local
4745 CGF.Builder.CreateGEP(LHSAddr.getElementType(), LHSBegin, NumElements); in EmitOMPAggregateReduction()
4750 CGF.Builder.CreateICmpEQ(LHSBegin, LHSEnd, "omp.arraycpy.isempty"); in EmitOMPAggregateReduction()
4767 LHSBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateReduction()
4768 LHSElementPHI->addIncoming(LHSBegin, EntryBB); in EmitOMPAggregateReduction()