Searched refs:LHSBegin (Results 1 – 1 of 1) sorted by relevance
4929 llvm::Value *LHSBegin = LHSAddr.getPointer(); in EmitOMPAggregateReduction() local4932 CGF.Builder.CreateGEP(LHSAddr.getElementType(), LHSBegin, NumElements); in EmitOMPAggregateReduction()4937 CGF.Builder.CreateICmpEQ(LHSBegin, LHSEnd, "omp.arraycpy.isempty"); in EmitOMPAggregateReduction()4954 LHSBegin->getType(), 2, "omp.arraycpy.destElementPast"); in EmitOMPAggregateReduction()4955 LHSElementPHI->addIncoming(LHSBegin, EntryBB); in EmitOMPAggregateReduction()