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