Searched refs:vectorReadOp (Results 1 – 1 of 1) sorted by relevance
27 if (auto vectorReadOp = dyn_cast<vector::LoadOp>(op)) in getIndices() local28 return vectorReadOp.getIndices(); in getIndices()47 if (auto vectorReadOp = dyn_cast<vector::LoadOp>(op)) in setIndices() local48 return vectorReadOp.getIndicesMutable().assign(indices); in setIndices()