LLVMGetNumSuccessors

Function LLVMGetNumSuccessors 

Source
pub unsafe extern "C" fn LLVMGetNumSuccessors(
    Term: LLVMValueRef,
) -> c_uint
Expand description

Return the number of successors that this terminator has.

@see llvm::Instruction::getNumSuccessors