Searched refs:InnerShAmt (Results 1 – 1 of 1) sorted by relevance
722 uint64_t InnerShAmt = cast<ConstantSDNode>(InnerOp.getOperand(1)) in SimplifyDemandedBits() local724 if (InnerShAmt < ShAmt && in SimplifyDemandedBits()725 InnerShAmt < InnerBits && in SimplifyDemandedBits()726 NewMask.lshr(InnerBits - InnerShAmt + ShAmt) == 0 && in SimplifyDemandedBits()729 TLO.DAG.getConstant(ShAmt - InnerShAmt, dl, in SimplifyDemandedBits()