Searched refs:LHSBegin (Results 1 – 1 of 1) sorted by relevance
4726 llvm::Value *LHSBegin = LHSAddr.getPointer(); in EmitOMPAggregateReduction() local4729 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()