[DAG] MaskedVectorIsZero - don't bother with (-1).isSubsetOf mask check. NFC.
Just use KnownBits::isZero() to ensure all the bits are known zero.
Loading
Please sign in to comment
Just use KnownBits::isZero() to ensure all the bits are known zero.