pub unsafe extern "C" fn mlirValueGetFirstUse(
value: MlirValue,
) -> MlirOpOperandExpand description
Returns an op operand representing the first use of the value, or a null op operand if there are no uses.
pub unsafe extern "C" fn mlirValueGetFirstUse(
value: MlirValue,
) -> MlirOpOperandReturns an op operand representing the first use of the value, or a null op operand if there are no uses.