Searched refs:mlirOperationGetOperand (Results 1 – 5 of 5) sorted by relevance
467 MLIR_CAPI_EXPORTED MlirValue mlirOperationGetOperand(MlirOperation op,
1713 MlirValue opOperand = mlirOperationGetOperand(op, 0); in testOperands()1719 opOperand = mlirOperationGetOperand(op, 0); in testOperands()
154 type of the subobject. For example, `mlirOperationGetOperand` returns an
428 MlirValue mlirOperationGetOperand(MlirOperation op, intptr_t pos) { in mlirOperationGetOperand() function
2062 MlirValue operand = mlirOperationGetOperand(operation->get(), pos); in getRawElement()