Searched refs:UpExpr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5231 const Expr *UpExpr = nullptr) { in EmitOMPAggregateReduction() argument 5278 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 5625 const Expr *UpExpr = nullptr; in emitReduction() local 5630 UpExpr = BO->getRHS(); in emitReduction() 5634 const Expr *RHSExpr = UpExpr; in emitReduction() 5653 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument 5661 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction() 5669 return CGF.EmitAnyExpr(UpExpr); in emitReduction() 5677 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 5680 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|