Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3240 static std::pair<ISD::CondCode, ISD::NodeType> getExpandedMinMaxOps(int Op) { in getExpandedMinMaxOps() function
3317 std::tie(CondC, LoOpc) = getExpandedMinMaxOps(N->getOpcode()); in ExpandIntRes_MINMAX()