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