mlir_sys

Function mlirRewriterBaseSetInsertionPointAfterValue

Source
pub unsafe extern "C" fn mlirRewriterBaseSetInsertionPointAfterValue(
    rewriter: MlirRewriterBase,
    value: MlirValue,
)
Expand description

Sets the insertion point to the node after the specified value. If value has a defining operation, sets the insertion point to the node after such defining operation. This will cause subsequent insertions to go right after it. Otherwise, value is a BlockArgument. Sets the insertion point to the start of its block.