pub fn get_producer_of_operand<'c>(
    context: &'c Context,
    producer: Type<'c>,
    target: Value<'c, '_>,
    operand_number: IntegerAttribute<'c>,
    location: Location<'c>
) -> GetProducerOfOperandOperation<'c>
Expand description

Creates a get_producer_of_operand operation.