Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4715 const Expr *UpExpr = nullptr) { in EmitOMPAggregateReduction() argument
4762 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction()
5109 const Expr *UpExpr = nullptr; in emitReduction() local
5114 UpExpr = BO->getRHS(); in emitReduction()
5118 const Expr *RHSExpr = UpExpr; in emitReduction()
5137 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument
5145 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction()
5153 return CGF.EmitAnyExpr(UpExpr); in emitReduction()
5161 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction()
5164 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()