Searched refs:not_op (Results 1 – 3 of 3) sorted by relevance
246 struct not_op {
312 struct not_op { template<typename A> constexpr static inline auto run(A a) -> declty…
1616 auto not_op = rewriter.create<tosa::LogicalNotOp>( in matchAndRewrite() local1619 rewriter.replaceOp(op, {not_op.getResult()}); in matchAndRewrite()1636 auto not_op = rewriter.create<tosa::LogicalNotOp>(op->getLoc(), output_type, in matchAndRewrite() local1639 rewriter.replaceOp(op, {not_op.getResult()}); in matchAndRewrite()