This patch adds the IsTruncatingStore flag to MaskedScatterSDNode, set by getMaskedScatter().
Updated SelectionDAGDumper::print_details for MaskedScatterSDNode to print
the details of masked scatters (is truncating, signed or scaled).
This is the first in a series of patches which adds support for scalable masked scatters
nit: in the other functions like DAG.getMaskedScatter, IsTrunc is the last parameter after IndexType. Do you want to do that for the constructor as well for consistency?