Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5338 llvm::Value *LHSBegin = LHSAddr.getPointer(); in EmitOMPAggregateReduction() local
5340 llvm::Value *LHSEnd = CGF.Builder.CreateGEP(LHSBegin, NumElements); in EmitOMPAggregateReduction()
5345 CGF.Builder.CreateICmpEQ(LHSBegin, LHSEnd, "omp.arraycpy.isempty"); in EmitOMPAggregateReduction()
5362 LHSBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateReduction()
5363 LHSElementPHI->addIncoming(LHSBegin, EntryBB); in EmitOMPAggregateReduction()