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