[X86] Use APInt::isOneValue and ConstantSDNode::isOne. NFC
These are implemented slightly more efficiently than comparing to 1 in the case that the value is more than 64 bits.
Loading
Please sign in to comment
These are implemented slightly more efficiently than comparing to 1 in the case that the value is more than 64 bits.