Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp1873 } else if (auto denseArrayAttr = attr.dyn_cast<DenseArrayBaseAttr>()) { in printAttribute() local
1875 switch (denseArrayAttr.getElementType()) { in printAttribute()
1895 if (denseArrayAttr.getType().cast<ShapedType>().getRank()) in printAttribute()
1897 denseArrayAttr.printWithoutBraces(os); in printAttribute()