Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4714 const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, in EmitOMPAggregateReduction() argument
4762 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction()
5108 const Expr *EExpr = nullptr; in emitReduction() local
5129 EExpr = BORHS->getRHS(); in emitReduction()
5137 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument
5140 if (EExpr) in emitReduction()
5141 E = CGF.EmitAnyExpr(EExpr); in emitReduction()
5161 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction()
5164 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()