Lines Matching refs:RHSExprs
4225 ArrayRef<const Expr *> RHSExprs, in emitReductionFunction() argument
4261 auto RHSVar = cast<VarDecl>(cast<DeclRefExpr>(RHSExprs[I])->getDecl()); in emitReductionFunction()
4286 auto IRHS = RHSExprs.begin(); in emitReductionFunction()
4331 ArrayRef<const Expr *> RHSExprs, in emitReduction() argument
4377 auto IRHS = RHSExprs.begin(); in emitReduction()
4390 auto Size = RHSExprs.size(); in emitReduction()
4404 for (unsigned I = 0, E = RHSExprs.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReduction()
4409 CGF.EmitLValue(RHSExprs[I]).getPointer(), CGF.VoidPtrTy), in emitReduction()
4429 LHSExprs, RHSExprs, ReductionOps); in emitReduction()
4445 CGF.Builder.getInt32(RHSExprs.size()), // i32 <n> in emitReduction()
4476 auto &&CodeGen = [&Privates, &LHSExprs, &RHSExprs, &ReductionOps]( in emitReduction()
4480 auto IRHS = RHSExprs.begin(); in emitReduction()
4509 auto &&AtomicCodeGen = [Loc, &Privates, &LHSExprs, &RHSExprs, &ReductionOps]( in emitReduction()
4512 auto IRHS = RHSExprs.begin(); in emitReduction()