pub unsafe extern "C" fn mlirOperationReplaceUsesOfWith(
op: MlirOperation,
of: MlirValue,
with: MlirValue,
)Expand description
Replace uses of ‘of’ value with the ‘with’ value inside the ‘op’ operation.
pub unsafe extern "C" fn mlirOperationReplaceUsesOfWith(
op: MlirOperation,
of: MlirValue,
with: MlirValue,
)Replace uses of ‘of’ value with the ‘with’ value inside the ‘op’ operation.