pub fn addui_extended<'c>(
    context: &'c Context,
    sum: Type<'c>,
    overflow: Type<'c>,
    lhs: Value<'c, '_>,
    rhs: Value<'c, '_>,
    location: Location<'c>
) -> AddUIExtendedOperation<'c>
Expand description

Creates an addui_extended operation.