Function LLVMAddCase

Source
pub unsafe extern "C" fn LLVMAddCase(
    Switch: *mut LLVMValue,
    OnVal: *mut LLVMValue,
    Dest: *mut LLVMBasicBlock,
)
Expand description

Add a case to a switch instruction