Searched refs:LHSBegin (Results 1 – 1 of 1) sorted by relevance
4147 auto LHSBegin = LHSAddr.getPointer(); in EmitOMPAggregateReduction() local4149 auto LHSEnd = CGF.Builder.CreateGEP(LHSBegin, NumElements); in EmitOMPAggregateReduction()4154 CGF.Builder.CreateICmpEQ(LHSBegin, LHSEnd, "omp.arraycpy.isempty"); in EmitOMPAggregateReduction()4171 LHSBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateReduction()4172 LHSElementPHI->addIncoming(LHSBegin, EntryBB); in EmitOMPAggregateReduction()