Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4731 const Expr *UpExpr = nullptr) { in EmitOMPAggregateReduction() argument
4778 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction()
5125 const Expr *UpExpr = nullptr; in emitReduction() local
5130 UpExpr = BO->getRHS(); in emitReduction()
5134 const Expr *RHSExpr = UpExpr; in emitReduction()
5153 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument
5161 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction()
5169 return CGF.EmitAnyExpr(UpExpr); in emitReduction()
5177 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction()
5180 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()