LLVMGetInstructionOpcode

Function LLVMGetInstructionOpcode 

Source
pub unsafe extern "C" fn LLVMGetInstructionOpcode(
    Inst: LLVMValueRef,
) -> LLVMOpcode
Expand description

Obtain the code opcode for an individual instruction.

@see llvm::Instruction::getOpCode()