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