Searched refs:dropCount (Results 1 – 1 of 1) sorted by relevance
57 int64_t dropCount = oldSrcType.getRank() - newSrcType.getRank(); in matchAndRewrite() local61 VectorType::get(oldDstType.getShape().drop_front(dropCount), in matchAndRewrite()67 loc, extractOp.getVector(), splatZero(dropCount)); in matchAndRewrite()72 extractOp.getOffsets().getValue().drop_front(dropCount)); in matchAndRewrite()74 extractOp.getSizes().getValue().drop_front(dropCount)); in matchAndRewrite()76 extractOp.getStrides().getValue().drop_front(dropCount)); in matchAndRewrite()