Build and insert Res = G_JUMP_TABLE JTI
Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>
MachineInstrBuilder
buildJumpTable(
LLT const PtrTy,
unsigned int JTI);
G_JUMP_TABLE sets Res to the address of the jump table specified by the jump table index JTI.
a MachineInstrBuilder for the newly created instruction.
| Name | Description |
|---|---|
| PtrTy | Pointer type of the jump-table address result. |
| JTI | Jump table index. |