Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1578 LLVM_ABI NodeType getInverseMinMaxOpcode(unsigned MinMaxOpc);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp422 ISD::NodeType ISD::getInverseMinMaxOpcode(unsigned MinMaxOpc) { in getInverseMinMaxOpcode() function in ISD
H A DDAGCombiner.cpp4150 unsigned NewOpc = ISD::getInverseMinMaxOpcode(N1->getOpcode()); in visitSUB()