Function llvm_sys::core::LLVMGetCallBrIndirectDest
source ยท pub unsafe extern "C" fn LLVMGetCallBrIndirectDest(
CallBr: LLVMValueRef,
Idx: c_uint,
) -> LLVMBasicBlockRef
Expand description
Get the indirect destination of a CallBr instruction at the given index.