pub unsafe extern "C" fn mlirRewriterBaseSetInsertionPointBefore(
rewriter: MlirRewriterBase,
op: MlirOperation,
)
Expand description
Sets the insertion point to the specified operation, which will cause subsequent insertions to go right before it.