Use APInt::getSignificantBits instead of APInt::getMinSignedBits (NFC)
Note that getMinSignedBits has been soft-deprecated in favor of getSignificantBits.
Loading
Please sign in to comment
Note that getMinSignedBits has been soft-deprecated in favor of getSignificantBits.