Searched refs:UpExpr (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 4136 const Expr *UpExpr = nullptr) { in EmitOMPAggregateReduction() argument 4182 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 4517 const Expr *UpExpr = nullptr; in emitReduction() local 4522 UpExpr = BO->getRHS(); in emitReduction() 4526 auto *RHSExpr = UpExpr; in emitReduction() 4545 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument 4553 [&CGF, UpExpr, VD, IPriv, Loc](RValue XRValue) { in emitReduction() 4564 return CGF.EmitAnyExpr(UpExpr); in emitReduction() 4571 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 4574 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|