Home
last modified time | relevance | path

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

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