Home
last modified time | relevance | path

Searched refs:MinMaxOpc (Results 1 – 4 of 4) 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/include/llvm/CodeGen/GlobalISel/
H A DUtils.h177 LLVM_ABI unsigned getInverseGMinMaxOpcode(unsigned MinMaxOpc);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp279 unsigned llvm::getInverseGMinMaxOpcode(unsigned MinMaxOpc) { in getInverseGMinMaxOpcode() argument
280 switch (MinMaxOpc) { in getInverseGMinMaxOpcode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp422 ISD::NodeType ISD::getInverseMinMaxOpcode(unsigned MinMaxOpc) { in getInverseMinMaxOpcode() argument
423 switch (MinMaxOpc) { in getInverseMinMaxOpcode()