Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1834 const Expr *UpExpr = nullptr; in emitReduction() local
1845 UpExpr = BO->getRHS(); in emitReduction()
1849 if (UpExpr) { in emitReduction()
1851 dyn_cast<BinaryOperator>(UpExpr->IgnoreParenImpCasts())) { in emitReduction()
1864 [&CGF, UpExpr, VD](RValue XRValue) { in emitReduction()
1875 return CGF.EmitAnyExpr(UpExpr); in emitReduction()