Lines Matching defs:AndBitWidth
23372 unsigned AndBitWidth = And.getValueSizeInBits();23373 if (BitWidth > AndBitWidth) {23375 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth)