Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1349 Attribute boundAttr; in parseBound() local
1350 if (p.parseAttribute(boundAttr, builder.getIndexType(), boundAttrName, in parseBound()
1355 if (auto affineMapAttr = boundAttr.dyn_cast<AffineMapAttr>()) { in parseBound()
1388 if (auto integerAttr = boundAttr.dyn_cast<IntegerAttr>()) { in parseBound()