Lines Matching defs:AndBitWidth
22990 unsigned AndBitWidth = And.getValueSizeInBits();22991 if (BitWidth > AndBitWidth) {22993 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth)