Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4726 llvm::Value *LHSBegin = LHSAddr.getPointer(); in EmitOMPAggregateReduction() local
4729 CGF.Builder.CreateGEP(LHSAddr.getElementType(), LHSBegin, NumElements); in EmitOMPAggregateReduction()
4734 CGF.Builder.CreateICmpEQ(LHSBegin, LHSEnd, "omp.arraycpy.isempty"); in EmitOMPAggregateReduction()
4751 LHSBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateReduction()
4752 LHSElementPHI->addIncoming(LHSBegin, EntryBB); in EmitOMPAggregateReduction()