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.cpp4716 llvm::Value *LHSBegin = LHSAddr.emitRawPointer(CGF); in EmitOMPAggregateReduction() local
4719 CGF.Builder.CreateGEP(LHSAddr.getElementType(), LHSBegin, NumElements); in EmitOMPAggregateReduction()
4724 CGF.Builder.CreateICmpEQ(LHSBegin, LHSEnd, "omp.arraycpy.isempty"); in EmitOMPAggregateReduction()
4741 LHSBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateReduction()
4742 LHSElementPHI->addIncoming(LHSBegin, EntryBB); in EmitOMPAggregateReduction()