Searched refs:AndBitWidth (Results 1 – 2 of 2) sorted by relevance
1694 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBTST() local1695 if (BitWidth > AndBitWidth) { in LowerAndToBTST()1697 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBTST()
23732 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBT() local23733 if (BitWidth > AndBitWidth) { in LowerAndToBT()23735 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBT()