Searched refs:AndBitWidth (Results 1 – 2 of 2) sorted by relevance
1692 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBTST() local1693 if (BitWidth > AndBitWidth) { in LowerAndToBTST()1695 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBTST()
22990 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBT() local22991 if (BitWidth > AndBitWidth) { in LowerAndToBT()22993 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBT()