Searched refs:constZero (Results 1 – 2 of 2) sorted by relevance
129 MlirOperation constZero = mlirOperationCreate(&constZeroState); in makeAndDumpAdd() local130 mlirBlockAppendOwnedOperation(funcBody, constZero); in makeAndDumpAdd()133 MlirValue constZeroValue = mlirOperationGetResult(constZero, 0); in makeAndDumpAdd()1725 mlirOperationDestroy(constZero); in testOperands()1757 MlirOperation constOne = mlirOperationClone(constZero); in testClone()1760 mlirOperationPrint(constZero, printToStderr, NULL); in testClone()1765 mlirOperationDestroy(constZero); in testClone()1845 if (!mlirOperationVerify(constZero)) { in testTypeID()1850 if (mlirOperationIsNull(constZero)) { in testTypeID()1855 MlirTypeID registeredOpID = mlirOperationGetTypeID(constZero); in testTypeID()[all …]
314 auto constZero = rewriter.create<LLVM::ConstantOp>( in matchAndRewrite() local320 op, token, ValueRange({constZero, nullPtr, nullPtr, nullPtr})); in matchAndRewrite()