Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5230 const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, in EmitOMPAggregateReduction() argument
5278 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction()
5624 const Expr *EExpr = nullptr; in emitReduction() local
5645 EExpr = BORHS->getRHS(); in emitReduction()
5653 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument
5656 if (EExpr) in emitReduction()
5657 E = CGF.EmitAnyExpr(EExpr); in emitReduction()
5677 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction()
5680 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()