Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1833 const Expr *EExpr = nullptr; in emitReduction() local
1852 EExpr = BORHS->getRHS(); in emitReduction()
1860 if (EExpr) in emitReduction()
1861 E = CGF.EmitAnyExpr(EExpr); in emitReduction()