Home
last modified time | relevance | path

Searched refs:newNegateOp (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/test/lib/Dialect/Tosa/
DTosaTestPasses.cpp91 auto newNegateOp = rewriter.create<tosa::NegateOp>( in matchAndRewrite() local
94 rewriter.replaceOp(op, {newNegateOp.getResult()}); in matchAndRewrite()