Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2228 ArrayRef<ISD::NodeType> CandidateBinOps,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12265 ArrayRef<ISD::NodeType> CandidateBinOps, in matchBinOpReduction() argument
12274 if (llvm::none_of(CandidateBinOps, [Op](ISD::NodeType BinOp) { in matchBinOpReduction()