Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9819 unsigned CandidateBinOp = Op.getOpcode(); in matchBinOpReduction() local
9822 switch (CandidateBinOp) { in matchBinOpReduction()
9842 BinOp = (ISD::NodeType)CandidateBinOp; in matchBinOpReduction()
9865 if (Op.getOpcode() != CandidateBinOp) in matchBinOpReduction()
9894 while (Op.getOpcode() == CandidateBinOp) { in matchBinOpReduction()
9914 BinOp = (ISD::NodeType)CandidateBinOp; in matchBinOpReduction()