Home
last modified time | relevance | path

Searched defs: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
/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp701 if (auto subElementInterface = attr.dyn_cast<SubElementAttrInterface>()) { in visit() local
716 if (auto subElementInterface = type.dyn_cast<SubElementTypeInterface>()) { in visit() local