Implement llvm.experiemental.vector.{add,mul,or,and,...}.
An IR test is included but no C test for lack of good way to
get the compiler to emit these.
These vectorized shadow operations for the and/or case
were shown mathematically to be equivalent to the binary
operations already present in MSAN.
This is not correct for v2 intrinsics, they have an extra scalar argument.