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

Creates a mulsi_extended operation.