Function mlir_sys::mlirOperationGetSuccessor
source · pub unsafe extern "C" fn mlirOperationGetSuccessor(
op: MlirOperation,
pos: isize
) -> MlirBlock
Expand description
Returns pos
-th successor of the operation.