pub unsafe extern "C" fn mlirOperationGetOperand(
op: MlirOperation,
pos: isize,
) -> MlirValueExpand description
Returns pos-th operand of the operation.
pub unsafe extern "C" fn mlirOperationGetOperand(
op: MlirOperation,
pos: isize,
) -> MlirValueReturns pos-th operand of the operation.