Home
last modified time | relevance | path

Searched refs:UpExpr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5327 const Expr *UpExpr = nullptr) { in EmitOMPAggregateReduction() argument
5373 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction()
5720 const Expr *UpExpr = nullptr; in emitReduction() local
5725 UpExpr = BO->getRHS(); in emitReduction()
5729 const Expr *RHSExpr = UpExpr; in emitReduction()
5748 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument
5756 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction()
5767 return CGF.EmitAnyExpr(UpExpr); in emitReduction()
5775 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction()
5778 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()