Build and insert Dst = G_ADDRSPACE_CAST Src.
Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>
MachineInstrBuilder
buildAddrSpaceCast(
DstOp const& Dst,
SrcOp const& Src);
a MachineInstrBuilder for the newly created instruction.
| Name | Description |
|---|---|
| Dst | Destination operand for the result. |
| Src | Source operand. |