Searched refs:InnerBits (Results 1 – 1 of 1) sorted by relevance
874 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local875 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits && in SimplifyDemandedBits()895 unsigned InnerShAmt = SA2->getLimitedValue(InnerBits); in SimplifyDemandedBits()896 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits && in SimplifyDemandedBits()898 (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()