Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1886 Value lowVal = rewriter.createOrFold<tensor::ExtractOp>( in matchAndRewrite() local
1891 lowVal = rewriter.createOrFold<arith::IndexCastOp>( in matchAndRewrite()
1892 loc, rewriter.getIndexType(), lowVal); in matchAndRewrite()
1896 lowValues.push_back(lowVal); in matchAndRewrite()