Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1769 SDValue InnerOp = Op0.getOperand(0); in SimplifyDemandedBits() local
1770 EVT InnerVT = InnerOp.getValueType(); in SimplifyDemandedBits()
1775 ISD::SHL, dl, InnerVT, InnerOp, in SimplifyDemandedBits()
1787 if (InnerOp.getOpcode() == ISD::SRL && Op0.hasOneUse() && in SimplifyDemandedBits()
1788 InnerOp.hasOneUse()) { in SimplifyDemandedBits()
1790 InnerOp, DemandedElts, Depth + 2)) { in SimplifyDemandedBits()
1799 InnerOp.getOperand(0)); in SimplifyDemandedBits()