Searched refs:mlirOperationSetOperand (Results 1 – 4 of 4) sorted by relevance
471 MLIR_CAPI_EXPORTED void mlirOperationSetOperand(MlirOperation op, intptr_t pos,
432 void mlirOperationSetOperand(MlirOperation op, intptr_t pos, in mlirOperationSetOperand() function
1718 mlirOperationSetOperand(op, 0, constOneValue); in testOperands()
2045 mlirOperationSetOperand(operation->get(), index, value.get()); in dunderSetItem()