LLVMInstructionClone

Function LLVMInstructionClone 

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

Create a copy of ‘this’ instruction that is identical in all ways except the following:

  • The instruction has no parent
  • The instruction has no name

@see llvm::Instruction::clone()