Lines Matching refs:IPriv

800   const auto *IPriv = Privates.begin();  in ReductionCodeGen()  local
803 ClausesData.emplace_back(Ref, *IOrig, *IPriv, *IRed); in ReductionCodeGen()
805 std::advance(IPriv, 1); in ReductionCodeGen()
5451 auto IPriv = Privates.begin(); in emitReductionFunction() local
5453 for (unsigned I = 0, E = ReductionOps.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReductionFunction()
5464 QualType PrivTy = (*IPriv)->getType(); in emitReductionFunction()
5479 IPriv = Privates.begin(); in emitReductionFunction()
5483 if ((*IPriv)->getType()->isArrayType()) { in emitReductionFunction()
5488 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5496 ++IPriv; in emitReductionFunction()
5576 auto IPriv = Privates.begin(); in emitReduction() local
5580 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5582 ++IPriv; in emitReduction()
5603 auto IPriv = Privates.begin(); in emitReduction() local
5605 for (unsigned I = 0, E = RHSExprs.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReduction()
5611 if ((*IPriv)->getType()->isVariablyModifiedType()) { in emitReduction()
5617 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
5680 auto IPriv = Privates.begin(); in emitReduction() local
5684 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5686 ++IPriv; in emitReduction()
5716 auto IPriv = Privates.begin(); in emitReduction() local
5770 if ((*IPriv)->getType()->isArrayType()) { in emitReduction()
5774 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), VD, RHSVar, in emitReduction()
5794 if ((*IPriv)->getType()->isArrayType()) { in emitReduction()
5799 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReduction()
5807 ++IPriv; in emitReduction()