Searched refs:constZeroState (Results 1 – 1 of 1) sorted by relevance
125 MlirOperationState constZeroState = mlirOperationStateGet( in makeAndDumpAdd() local127 mlirOperationStateAddResults(&constZeroState, 1, &indexType); in makeAndDumpAdd()129 MlirOperation constZero = mlirOperationCreate(&constZeroState); in makeAndDumpAdd()1681 MlirOperationState constZeroState = mlirOperationStateGet( in testOperands() local1683 mlirOperationStateAddResults(&constZeroState, 1, &indexType); in testOperands()1685 MlirOperation constZero = mlirOperationCreate(&constZeroState); in testOperands()1749 MlirOperationState constZeroState = mlirOperationStateGet( in testClone() local1751 mlirOperationStateAddResults(&constZeroState, 1, &indexType); in testClone()1753 MlirOperation constZero = mlirOperationCreate(&constZeroState); in testClone()1839 MlirOperationState constZeroState = mlirOperationStateGet( in testTypeID() local[all …]