Searched refs:UpExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5337 const Expr *UpExpr = nullptr) { in EmitOMPAggregateReduction() argument 5384 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 5733 const Expr *UpExpr = nullptr; in emitReduction() local 5738 UpExpr = BO->getRHS(); in emitReduction() 5742 const Expr *RHSExpr = UpExpr; in emitReduction() 5761 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument 5769 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction() 5780 return CGF.EmitAnyExpr(UpExpr); in emitReduction() 5788 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 5791 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|