pub unsafe extern "C" fn mlirRewriterBaseGetInsertionBlock(
rewriter: MlirRewriterBase,
) -> MlirBlock
Expand description
Return the block the current insertion point belongs to. Note that the insertion point is not necessarily the end of the block.