Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4135 const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, in EmitOMPAggregateReduction() argument
4182 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction()
4516 const Expr *EExpr = nullptr; in emitReduction() local
4537 EExpr = BORHS->getRHS(); in emitReduction()
4545 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument
4548 if (EExpr) in emitReduction()
4549 E = CGF.EmitAnyExpr(EExpr); in emitReduction()
4571 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction()
4574 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()