Rllvm (version 0.7-0)

getOpcode: 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

References

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