Home
last modified time | relevance | path

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

/llvm-project/mlir/unittests/IR/
H A DTypeTest.cpp30 struct LeafType : Type::TypeBase<LeafType, MiddleType, TypeStorage> { struct
39 addTypes<MiddleType, LeafType>(); in FakeDialect() argument