ΒΆLLVMValueRef LLVMGetPreviousInstruction(
    LLVMValueRef Inst)

Description

Obtain the instruction that occurred before this one. If the instruction is the first instruction in a basic block, NULL will be returned.

Declared at: llvm/include/llvm-c/Core.h:3111

Parameters

LLVMValueRef Inst