Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5214 SmallVector<const Expr *> FilteredPrivates, FilteredLHSExprs, in emitReduction() local
5220 FilteredLHSExprs.emplace_back(OrgLHSExprs[I]); in emitReduction()
5228 ArrayRef<const Expr *> LHSExprs = FilteredLHSExprs; in emitReduction()