getOpcode: Get the operation code/identifier for an LLVM instruction

View source: R/manual_instruction.R

getOpcodeR Documentation

Get the operation code/identifier for an LLVM instruction

Description

This function allows us to retrieve the identifier or type of the instruction.

Usage

getOpcode(x, ...)

Arguments

x

the instruction

...

additional arguments for methods

Author(s)

Duncan Temple Lang

References

LLVM Documentation http://llvm.org/docs/


duncantl/Rllvm documentation built on Aug. 16, 2024, 2:33 a.m.