Searched refs:AndBitWidth (Results 1 – 2 of 2) sorted by relevance
1691 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBTST() local1692 if (BitWidth > AndBitWidth) { in LowerAndToBTST()1694 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBTST()
22809 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBT() local22810 if (BitWidth > AndBitWidth) { in LowerAndToBT()22812 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBT()