Searched refs:mlirOperationIsNull (Results 1 – 5 of 5) sorted by relevance
260 !mlirOperationIsNull(child); in collectStatsSingle()560 assert(mlirOperationIsNull(nullOperation)); in buildWithInsertionsAndPrint()614 if (mlirOperationIsNull(op)) { in createOperationWithTypeInference()1850 if (mlirOperationIsNull(constZero)) { in testTypeID()1868 if (mlirOperationIsNull(unregisteredOp)) { in testTypeID()1905 if (mlirOperationIsNull(funcFoo)) in testSymbolTable()1915 if (!mlirOperationIsNull(missing)) in testSymbolTable()1927 if (!mlirOperationIsNull(stillMissing)) in testSymbolTable()1942 if (!mlirOperationIsNull(nowMissing)) in testSymbolTable()
365 if (mlirOperationIsNull(next)) { in dunderNext()405 while (!mlirOperationIsNull(childOp)) { in dunderLen()419 while (!mlirOperationIsNull(childOp)) { in dunderGetItem()1070 if (mlirOperationIsNull(operation)) in getParentOperation()1091 if (mlirOperationIsNull(rawOperation)) in createFromCapsule()1594 if (!mlirOperationIsNull(mlirBlockGetTerminator(block.get()))) { in insert()1607 if (mlirOperationIsNull(firstOp)) { in atBlockBegin()1620 if (mlirOperationIsNull(terminator)) in atBlockTerminator()1706 if (mlirOperationIsNull(owner)) in createFromCapsule()1730 if (mlirOperationIsNull(symbol)) in dunderGetItem()[all …]
617 if (mlirOperationIsNull(reference)) { in mlirBlockInsertOwnedOperationAfter()631 if (mlirOperationIsNull(reference)) in mlirBlockInsertOwnedOperationBefore()
197 return !mlirOperationIsNull(value);
422 static inline bool mlirOperationIsNull(MlirOperation op) { return !op.ptr; } in mlirOperationIsNull() function