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.
pub unsafe extern "C" fn mlirOpOperandGetNextUse(
opOperand: MlirOpOperand,
) -> MlirOpOperand
Returns an op operand representing the next use of the value, or a null op operand if there is no next use.