Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1571 Value topPart = rewriter.create<arith::SubFOp>(loc, oneVal, dy); in matchAndRewrite() local
1572 topAcc = rewriter.create<arith::MulFOp>(loc, topAcc, topPart); in matchAndRewrite()
1603 Value topPart = rewriter.create<arith::SubIOp>(loc, unitVal, dy); in matchAndRewrite() local
1604 topAcc = rewriter.create<arith::MulIOp>(loc, topAcc, topPart); in matchAndRewrite()