Function LLVMGetOperand

Source
pub(crate) unsafe extern "C" fn LLVMGetOperand(
    Val: &Value,
    Index: c_uint,
) -> Option<&Value>