Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5150 ArrayRef<const Expr *> OrgLHSExprs, in emitReduction() argument
5200 const auto *ILHS = OrgLHSExprs.begin(); in emitReduction()
5217 std::min(OrgReductionOps.size(), OrgLHSExprs.size()))) { in emitReduction()
5220 FilteredLHSExprs.emplace_back(OrgLHSExprs[I]); in emitReduction()
5470 assert(OrgLHSExprs.size() == OrgPrivates.size() && in emitReduction()
5472 assert(OrgLHSExprs.size() == OrgReductionOps.size() && in emitReduction()
5475 std::min(OrgReductionOps.size(), OrgLHSExprs.size()))) { in emitReduction()
5477 emitPrivateReduction(CGF, Loc, OrgPrivates[I], OrgLHSExprs[I], in emitReduction()