Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp1057 SmallVector<Value, 4> tupleValues(tupleSize); in matchAndRewrite() local
1065 tupleValues[i] = rewriter.create<vector::ExtractStridedSliceOp>( in matchAndRewrite()
1069 rewriter.replaceOpWithNewOp<vector::TupleOp>(op, tupleType, tupleValues); in matchAndRewrite()