Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DInlineScalarOperands.cpp72 SmallVector<Value> indicesValues; in matchAndRewrite() local
74 indicesValues.emplace_back( in matchAndRewrite()
77 loc, opOperand->get(), indicesValues); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorConversion.cpp824 auto indicesValues = genSplitSparseConstant(rewriter, loc, src); in matchAndRewrite() local
825 bool isCOOConstant = indicesValues.has_value(); in matchAndRewrite()
829 indices = indicesValues->first; in matchAndRewrite()
830 values = indicesValues->second; in matchAndRewrite()