Lines Matching refs:constZero
129 MlirOperation constZero = mlirOperationCreate(&constZeroState); in makeAndDumpAdd() local
130 mlirBlockAppendOwnedOperation(funcBody, constZero); in makeAndDumpAdd()
133 MlirValue constZeroValue = mlirOperationGetResult(constZero, 0); in makeAndDumpAdd()
1685 MlirOperation constZero = mlirOperationCreate(&constZeroState); in testOperands() local
1686 MlirValue constZeroValue = mlirOperationGetResult(constZero, 0); in testOperands()
1725 mlirOperationDestroy(constZero); in testOperands()
1753 MlirOperation constZero = mlirOperationCreate(&constZeroState); in testClone() local
1757 MlirOperation constOne = mlirOperationClone(constZero); in testClone()
1760 mlirOperationPrint(constZero, printToStderr, NULL); in testClone()
1765 mlirOperationDestroy(constZero); in testClone()
1843 MlirOperation constZero = mlirOperationCreate(&constZeroState); in testTypeID() local
1845 if (!mlirOperationVerify(constZero)) { in testTypeID()
1850 if (mlirOperationIsNull(constZero)) { in testTypeID()
1855 MlirTypeID registeredOpID = mlirOperationGetTypeID(constZero); in testTypeID()
1881 mlirOperationDestroy(constZero); in testTypeID()