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.cpp4705 const Expr *UpExpr = nullptr) { in EmitOMPAggregateReduction() argument
4752 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction()
5363 const Expr *UpExpr = nullptr; in emitReduction() local
5368 UpExpr = BO->getRHS(); in emitReduction()
5372 const Expr *RHSExpr = UpExpr; in emitReduction()
5391 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument
5399 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction()
5407 return CGF.EmitAnyExpr(UpExpr); in emitReduction()
5415 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction()
5418 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()