Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5242 llvm::Value *LHSBegin = LHSAddr.getPointer(); in EmitOMPAggregateReduction() local
5245 CGF.Builder.CreateGEP(LHSAddr.getElementType(), LHSBegin, NumElements); in EmitOMPAggregateReduction()
5250 CGF.Builder.CreateICmpEQ(LHSBegin, LHSEnd, "omp.arraycpy.isempty"); in EmitOMPAggregateReduction()
5267 LHSBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateReduction()
5268 LHSElementPHI->addIncoming(LHSBegin, EntryBB); in EmitOMPAggregateReduction()