pub unsafe extern "C" fn LLVMGetInstructionOpcode(
Inst: LLVMValueRef,
) -> LLVMOpcodeExpand description
Obtain the code opcode for an individual instruction.
@see llvm::Instruction::getOpCode()
pub unsafe extern "C" fn LLVMGetInstructionOpcode(
Inst: LLVMValueRef,
) -> LLVMOpcodeObtain the code opcode for an individual instruction.
@see llvm::Instruction::getOpCode()