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.
pub unsafe extern "C" fn mlirValueGetFirstUse(
value: MlirValue,
) -> MlirOpOperand
Returns an op operand representing the first use of the value, or a null op operand if there are no uses.