pub unsafe extern "C" fn LLVMGetFirstInstruction(
BB: LLVMBasicBlockRef,
) -> LLVMValueRefExpand description
Obtain the first instruction in a basic block.
The returned LLVMValueRef corresponds to a llvm::Instruction instance.
pub unsafe extern "C" fn LLVMGetFirstInstruction(
BB: LLVMBasicBlockRef,
) -> LLVMValueRefObtain the first instruction in a basic block.
The returned LLVMValueRef corresponds to a llvm::Instruction instance.