mlir_sys

Function mlirValueGetFirstUse

Source
pub unsafe extern "C" fn mlirValueGetFirstUse(
    value: MlirValue,
) -> MlirOpOperand
Expand description

Returns an op operand representing the first use of the value, or a null op operand if there are no uses.