Home
last modified time | relevance | path

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

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