Searched refs:EExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGOpenMPRuntime.cpp | 5336 const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, in EmitOMPAggregateReduction() argument 5384 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 5732 const Expr *EExpr = nullptr; in emitReduction() local 5753 EExpr = BORHS->getRHS(); in emitReduction() 5761 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument 5764 if (EExpr) in emitReduction() 5765 E = CGF.EmitAnyExpr(EExpr); in emitReduction() 5788 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 5791 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|