pub unsafe extern "C" fn mlirRewriterBaseInsert(
rewriter: MlirRewriterBase,
op: MlirOperation,
) -> MlirOperation
Expand description
Insert the given operation at the current insertion point and return it.
pub unsafe extern "C" fn mlirRewriterBaseInsert(
rewriter: MlirRewriterBase,
op: MlirOperation,
) -> MlirOperation
Insert the given operation at the current insertion point and return it.