Searched refs:InnerShAmt (Results 1 – 1 of 1) sorted by relevance
665 uint64_t InnerShAmt = cast<ConstantSDNode>(InnerOp.getOperand(1)) in SimplifyDemandedBits() local667 if (InnerShAmt < ShAmt && in SimplifyDemandedBits()668 InnerShAmt < InnerBits && in SimplifyDemandedBits()669 NewMask.lshr(InnerBits - InnerShAmt + ShAmt) == 0 && in SimplifyDemandedBits()672 TLO.DAG.getConstant(ShAmt - InnerShAmt, in SimplifyDemandedBits()