Home
last modified time | relevance | path

Searched defs:TestElementsAttrInterface (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/test/lib/IR/
H A DTestBuiltinAttributeInterfaces.cpp26 struct TestElementsAttrInterface struct
28 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestElementsAttrInterface) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID()
31 StringRef getDescription() const final { in getDescription()
34 void runOnOperation() override { in runOnOperation()
49 void testElementsAttrIteration(Operation *op, ElementsAttr attr, in testElementsAttrIteration()