mlir_sys

Function mlirOpOperandGetNextUse

Source
pub unsafe extern "C" fn mlirOpOperandGetNextUse(
    opOperand: MlirOpOperand,
) -> MlirOpOperand
Expand description

Returns an op operand representing the next use of the value, or a null op operand if there is no next use.