pub unsafe extern "C" fn mlirOpOperandGetNextUse(
opOperand: MlirOpOperand,
) -> MlirOpOperandExpand description
Returns an op operand representing the next use of the value, or a null op operand if there is no next use.
pub unsafe extern "C" fn mlirOpOperandGetNextUse(
opOperand: MlirOpOperand,
) -> MlirOpOperandReturns an op operand representing the next use of the value, or a null op operand if there is no next use.