Build and insert Res = G_BUILD_VECTOR with Src replicated to fill the number of elements
Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>
MachineInstrBuilder
buildSplatBuildVector(
DstOp const& Res,
SrcOp const& Src);
a MachineInstrBuilder for the newly created instruction.
| Name | Description |
|---|---|
| Res | Destination operand for the result. |
| Src | Source operand. |