'not' expands to checking for an xor with a -1 constant. Since
this looks for a ConstantSDNode it will never match for a vector.
'vnot' expands to immAllOnesV.
It doesn't look like there is any coverage for these instructions
since no test failed. I even tried removing some of the patterns
completely in case I was wrong about -1 not working and still
nothing failed.