[SelectionDAG] Replace APInt.lshr().trunc() with APInt.extractBits() where possible. NFC.
This also allows us to use KnownBits::extractBits in one case.
Loading
Please sign in to comment
This also allows us to use KnownBits::extractBits in one case.