Searched refs:dims_vals (Results 1 – 2 of 2) sorted by relevance
778 SmallVector<int64_t, 4> dims_vals; in matchAndRewrite() local781 dims_vals.push_back(dims_elems.getValue<IntegerAttr>(i).getInt()); in matchAndRewrite()782 total_size *= dims_vals[i]; in matchAndRewrite()790 ArrayRef<int64_t>(dims_vals), value_elem.getType().getElementType()); in matchAndRewrite()
1696 SmallVector<int64_t, 4> dims_vals; in matchAndRewrite() local1699 dims_vals.push_back(dims_elems.getValue<IntegerAttr>(i).getInt()); in matchAndRewrite()1700 total_size *= dims_vals[i]; in matchAndRewrite()1708 ArrayRef<int64_t>(dims_vals), value_elem.getType().getElementType()); in matchAndRewrite()