Searched refs:LHSBegin (Results 1 – 1 of 1) sorted by relevance
4742 llvm::Value *LHSBegin = LHSAddr.emitRawPointer(CGF); in EmitOMPAggregateReduction() local4745 CGF.Builder.CreateGEP(LHSAddr.getElementType(), LHSBegin, NumElements); in EmitOMPAggregateReduction()4750 CGF.Builder.CreateICmpEQ(LHSBegin, LHSEnd, "omp.arraycpy.isempty"); in EmitOMPAggregateReduction()4767 LHSBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateReduction()4768 LHSElementPHI->addIncoming(LHSBegin, EntryBB); in EmitOMPAggregateReduction()