Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorUtils.cpp120 int64_t superSize = 0, subSize = 0; in shapeRatio() local
123 std::tie(superSize, subSize) = it; in shapeRatio()
124 assert(superSize > 0 && "superSize must be > 0"); in shapeRatio()
128 if (superSize % subSize != 0) in shapeRatio()
130 result.push_back(superSize / subSize); in shapeRatio()