Searched refs:InnerOp (Results 1 – 1 of 1) sorted by relevance
1478 SDValue InnerOp = Op0.getOperand(0); in SimplifyDemandedBits() local1479 EVT InnerVT = InnerOp.getValueType(); in SimplifyDemandedBits()1487 TLO.DAG.getNode(ISD::SHL, dl, InnerVT, InnerOp, in SimplifyDemandedBits()1499 if (Op0.hasOneUse() && InnerOp.getOpcode() == ISD::SRL && in SimplifyDemandedBits()1500 InnerOp.hasOneUse()) { in SimplifyDemandedBits()1502 TLO.DAG.getValidShiftAmountConstant(InnerOp, DemandedElts)) { in SimplifyDemandedBits()1511 InnerOp.getOperand(0)); in SimplifyDemandedBits()