Home
last modified time | relevance | path

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

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