LLVMGetFirstInstruction

Function LLVMGetFirstInstruction 

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

Obtain the first instruction in a basic block.

The returned LLVMValueRef corresponds to a llvm::Instruction instance.