Searched refs:AndBitWidth (Results 1 – 2 of 2) sorted by relevance
1462 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBTST() local1463 if (BitWidth > AndBitWidth) { in LowerAndToBTST()1465 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBTST()
24021 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBT() local24022 if (BitWidth > AndBitWidth) { in LowerAndToBT()24024 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBT()