Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1589 auto unitVal = rewriter.create<arith::ConstantOp>( in matchAndRewrite() local
1592 Value leftPart = rewriter.create<arith::SubIOp>(loc, unitVal, dx); in matchAndRewrite()
1603 Value topPart = rewriter.create<arith::SubIOp>(loc, unitVal, dy); in matchAndRewrite()