Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp2098 auto vShape = vectorTy.getShape(); in printType() local
2099 unsigned lastDim = vShape.size(); in printType()
2103 os << vShape[dimIdx] << 'x'; in printType()
2108 os << vShape[dimIdx] << 'x'; in printType()
2109 os << vShape[dimIdx] << "]x"; in printType()