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