Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4918 const Expr *UpExpr = nullptr) { in EmitOMPAggregateReduction() argument
4965 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction()
5312 const Expr *UpExpr = nullptr; in emitReduction() local
5317 UpExpr = BO->getRHS(); in emitReduction()
5321 const Expr *RHSExpr = UpExpr; in emitReduction()
5340 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument
5348 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction()
5356 return CGF.EmitAnyExpr(UpExpr); in emitReduction()
5364 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction()
5367 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()