Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5326 const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, in EmitOMPAggregateReduction() argument
5373 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction()
5719 const Expr *EExpr = nullptr; in emitReduction() local
5740 EExpr = BORHS->getRHS(); in emitReduction()
5748 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument
5751 if (EExpr) in emitReduction()
5752 E = CGF.EmitAnyExpr(EExpr); in emitReduction()
5775 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction()
5778 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()