pub unsafe extern "C" fn LLVMGetPreviousInstruction(
Inst: LLVMValueRef,
) -> LLVMValueRefExpand description
Obtain the instruction that occurred before this one.
If the instruction is the first instruction in a basic block, NULL will be returned.