pub unsafe extern "C" fn mlirRewriterBaseReplaceAllUsesWith(
rewriter: MlirRewriterBase,
from: MlirValue,
to: MlirValue,
)
Expand description
Find uses of from
and replace them with to
. Also notify the listener
about every in-place op modification (for every use that was replaced).