pub fn mului_extended<'c>(
    context: &'c Context,
    low: Type<'c>,
    high: Type<'c>,
    lhs: Value<'c, '_>,
    rhs: Value<'c, '_>,
    location: Location<'c>
) -> MulUIExtendedOperation<'c>
Expand description

Creates a mului_extended operation.