Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5070 const Expr *ReductionClauseExpr = ReductionOp->IgnoreParenCasts(); in emitPrivateReduction() local
5071 if (const auto *Cleanup = dyn_cast<ExprWithCleanups>(ReductionClauseExpr)) in emitPrivateReduction()
5072 ReductionClauseExpr = Cleanup->getSubExpr()->IgnoreParenCasts(); in emitPrivateReduction()
5075 if (const auto *BinOp = dyn_cast<BinaryOperator>(ReductionClauseExpr)) { in emitPrivateReduction()
5079 dyn_cast<CXXOperatorCallExpr>(ReductionClauseExpr)) { in emitPrivateReduction()