Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp50 int64_t maxIndexVal{1}; member in __anon77a0e1ec0111::DecomposeShapeIterator
66 maxIndexVal *= sliceDimCounts[r]; in DecomposeShapeIterator()
91 int64_t maxIndex() const { return maxIndexVal; } in maxIndex()