Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1888 Value highVal = rewriter.createOrFold<tensor::ExtractOp>( in matchAndRewrite() local
1893 highVal = rewriter.createOrFold<arith::IndexCastOp>( in matchAndRewrite()
1894 loc, rewriter.getIndexType(), highVal); in matchAndRewrite()
1897 highValues.push_back(highVal); in matchAndRewrite()