Lines Matching refs:constZeroState
125 MlirOperationState constZeroState = mlirOperationStateGet( in makeAndDumpAdd() local
127 mlirOperationStateAddResults(&constZeroState, 1, &indexType); in makeAndDumpAdd()
128 mlirOperationStateAddAttributes(&constZeroState, 1, &indexZeroValueAttr); in makeAndDumpAdd()
129 MlirOperation constZero = mlirOperationCreate(&constZeroState); in makeAndDumpAdd()
1681 MlirOperationState constZeroState = mlirOperationStateGet( in testOperands() local
1683 mlirOperationStateAddResults(&constZeroState, 1, &indexType); in testOperands()
1684 mlirOperationStateAddAttributes(&constZeroState, 1, &indexZeroValueAttr); in testOperands()
1685 MlirOperation constZero = mlirOperationCreate(&constZeroState); in testOperands()
1749 MlirOperationState constZeroState = mlirOperationStateGet( in testClone() local
1751 mlirOperationStateAddResults(&constZeroState, 1, &indexType); in testClone()
1752 mlirOperationStateAddAttributes(&constZeroState, 1, &indexZeroValueAttr); in testClone()
1753 MlirOperation constZero = mlirOperationCreate(&constZeroState); in testClone()
1839 MlirOperationState constZeroState = mlirOperationStateGet( in testTypeID() local
1841 mlirOperationStateAddResults(&constZeroState, 1, &indexType); in testTypeID()
1842 mlirOperationStateAddAttributes(&constZeroState, 1, &indexZeroValueAttr); in testTypeID()
1843 MlirOperation constZero = mlirOperationCreate(&constZeroState); in testTypeID()