Searched refs:AndBitWidth (Results 1 – 2 of 2) sorted by relevance
1490 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBTST() local1491 if (BitWidth > AndBitWidth) { in LowerAndToBTST()1493 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBTST()
24474 unsigned AndBitWidth = And.getValueSizeInBits(); in LowerAndToBT() local24475 if (BitWidth > AndBitWidth) { in LowerAndToBT()24477 if (Known.countMinLeadingZeros() < BitWidth - AndBitWidth) in LowerAndToBT()