Searched refs:vectorStoreOp (Results 1 – 1 of 1) sorted by relevance
113 if (auto vectorStoreOp = dyn_cast<vector::StoreOp>(op)) in getIndices() local114 return vectorStoreOp.getIndices(); in getIndices()129 if (auto vectorStoreOp = dyn_cast<vector::StoreOp>(op)) in setIndices() local130 return vectorStoreOp.getIndicesMutable().assign(indices); in setIndices()