Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5595 ConstantSDNode *MaxCOp = isConstOrConstSplat(Opcode0 == ISD::SMIN ? N01 : N1); in isSaturatingMinMax() local
5596 if (!MinCOp || !MaxCOp || MinCOp->getValueType(0) != MaxCOp->getValueType(0)) in isSaturatingMinMax()
5600 const APInt &MaxC = MaxCOp->getAPIntValue(); in isSaturatingMinMax()