mlirOperationReplaceUsesOfWith

Function mlirOperationReplaceUsesOfWith 

Source
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.