Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1560 Value leftPart = rewriter.create<arith::SubFOp>(loc, oneVal, dx); in matchAndRewrite() local
1562 y0x0 = rewriter.create<arith::MulFOp>(loc, y0x0, leftPart); in matchAndRewrite()
1566 y1x0 = rewriter.create<arith::MulFOp>(loc, y1x0, leftPart); in matchAndRewrite()
1592 Value leftPart = rewriter.create<arith::SubIOp>(loc, unitVal, dx); in matchAndRewrite() local
1594 y0x0 = rewriter.create<arith::MulIOp>(loc, y0x0, leftPart); in matchAndRewrite()
1598 y1x0 = rewriter.create<arith::MulIOp>(loc, y1x0, leftPart); in matchAndRewrite()