Searched refs:InnerOp (Results 1 – 1 of 1) sorted by relevance
1727 SDValue InnerOp = Op0.getOperand(0); in SimplifyDemandedBits() local1728 EVT InnerVT = InnerOp.getValueType(); in SimplifyDemandedBits()1736 TLO.DAG.getNode(ISD::SHL, dl, InnerVT, InnerOp, in SimplifyDemandedBits()1748 if (Op0.hasOneUse() && InnerOp.getOpcode() == ISD::SRL && in SimplifyDemandedBits()1749 InnerOp.hasOneUse()) { in SimplifyDemandedBits()1751 TLO.DAG.getValidShiftAmountConstant(InnerOp, DemandedElts)) { in SimplifyDemandedBits()1760 InnerOp.getOperand(0)); in SimplifyDemandedBits()