This instruction is useful for inspecting extractvalue/insertvalue in IR. Unlike most other operations, indices cannot be inspected using the generic Value.Opcode() function so a specialized function needs to be added.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM