pub unsafe extern "C" fn mlirIRRewriterCreateFromOp(
op: MlirOperation,
) -> MlirRewriterBaseExpand description
Create an IRRewriter and transfer ownership to the caller. Additionally set the insertion point before the operation.
pub unsafe extern "C" fn mlirIRRewriterCreateFromOp(
op: MlirOperation,
) -> MlirRewriterBaseCreate an IRRewriter and transfer ownership to the caller. Additionally set the insertion point before the operation.