LLVMGetInstructionParent

Function LLVMGetInstructionParent 

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

Obtain the basic block to which an instruction belongs.

@see llvm::Instruction::getParent()