pub unsafe extern "C" fn mlirIRRewriterCreateFromOp(
op: MlirOperation,
) -> MlirRewriterBase
Expand 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,
) -> MlirRewriterBase
Create an IRRewriter and transfer ownership to the caller. Additionally set the insertion point before the operation.