Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Dialect/LLVMIR/
H A DLLVMTypeTest.cpp34 auto subElementInterface = fooStructTy.dyn_cast<SubElementTypeInterface>(); in TEST_F() local
35 ASSERT_TRUE(bool(subElementInterface)); in TEST_F()
38 subElementInterface.walkSubElements( in TEST_F()
/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp701 if (auto subElementInterface = attr.dyn_cast<SubElementAttrInterface>()) { in visit() local
702 subElementInterface.walkSubElements([&](Attribute attr) { visit(attr); }, in visit()
716 if (auto subElementInterface = type.dyn_cast<SubElementTypeInterface>()) { in visit() local
717 subElementInterface.walkSubElements([&](Attribute attr) { visit(attr); }, in visit()