Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1559 Value rightPart = dx; in matchAndRewrite() local
1563 y0x1 = rewriter.create<arith::MulFOp>(loc, y0x1, rightPart); in matchAndRewrite()
1567 y1x1 = rewriter.create<arith::MulFOp>(loc, y1x1, rightPart); in matchAndRewrite()
1591 Value rightPart = dx; in matchAndRewrite() local
1595 y0x1 = rewriter.create<arith::MulIOp>(loc, y0x1, rightPart); in matchAndRewrite()
1599 y1x1 = rewriter.create<arith::MulIOp>(loc, y1x1, rightPart); in matchAndRewrite()