Build and insert G_PTRAUTH_GLOBAL_VALUE
Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>
MachineInstrBuilder
buildConstantPtrAuth(
DstOp const& Res,
ConstantPtrAuth const* CPA,
Register Addr,
Register AddrDisc);
a MachineInstrBuilder for the newly created instruction.
| Name | Description |
|---|---|
| Res | Destination operand for the result. |
| CPA | Constant pointer-authentication descriptor. |
| Addr | Address operand. |
| AddrDisc | Address discriminator register. |