mlir_sys

Function mlirOperationStateAddOperands

Source
pub unsafe extern "C" fn mlirOperationStateAddOperands(
    state: *mut MlirOperationState,
    n: isize,
    operands: *const MlirValue,
)