``!listsplat(a, size)`` A list value that contains the value ``a`` ``size`` times. Example: ``!listsplat(0, 2)`` results in ``[0, 0]``.
The X86ScheduleBdVer2.td change highlights the use-case.
This is a little bit controversial because unlike every other binary operator
the types aren't identical.