Lines Matching refs:IPriv
789 const auto *IPriv = Privates.begin(); in ReductionCodeGen() local
792 ClausesData.emplace_back(Ref, *IOrig, *IPriv, *IRed); in ReductionCodeGen()
794 std::advance(IPriv, 1); in ReductionCodeGen()
5406 auto IPriv = Privates.begin(); in emitReductionFunction() local
5408 for (unsigned I = 0, E = ReductionOps.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReductionFunction()
5419 QualType PrivTy = (*IPriv)->getType(); in emitReductionFunction()
5434 IPriv = Privates.begin(); in emitReductionFunction()
5438 if ((*IPriv)->getType()->isArrayType()) { in emitReductionFunction()
5443 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5451 ++IPriv; in emitReductionFunction()
5531 auto IPriv = Privates.begin(); in emitReduction() local
5535 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5537 ++IPriv; in emitReduction()
5558 auto IPriv = Privates.begin(); in emitReduction() local
5560 for (unsigned I = 0, E = RHSExprs.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReduction()
5566 if ((*IPriv)->getType()->isVariablyModifiedType()) { in emitReduction()
5572 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
5635 auto IPriv = Privates.begin(); in emitReduction() local
5639 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5641 ++IPriv; in emitReduction()
5671 auto IPriv = Privates.begin(); in emitReduction() local
5725 if ((*IPriv)->getType()->isArrayType()) { in emitReduction()
5729 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), VD, RHSVar, in emitReduction()
5749 if ((*IPriv)->getType()->isArrayType()) { in emitReduction()
5754 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReduction()
5762 ++IPriv; in emitReduction()