Home
last modified time | relevance | path

Searched refs:getAbstractType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DTypes.h117 TypeID getTypeID() { return impl->getAbstractType().getTypeID(); } in getTypeID()
123 Dialect &getDialect() const { return impl->getAbstractType().getDialect(); } in getDialect()
196 return getAbstractType().hasTrait<Trait>(); in hasPromiseOrImplementsInterface()
200 const AbstractTy &getAbstractType() const { return impl->getAbstractType(); } in hasTrait()
209 getAbstractType().walkImmediateSubElements(*this, walkAttrsFn, walkTypesFn);
220 return getAbstractType().replaceImmediateSubElements(*this, replAttrs,
291 return type.getAbstractType().getInterface<ConcreteType>(); in getInterfaceFor()
205 const AbstractTy &getAbstractType() const { return impl->getAbstractType(); } getAbstractType() function
H A DTypeSupport.h172 const AbstractType &getAbstractType() { in getAbstractType() function
/llvm-project/mlir/unittests/IR/
H A DTypeAttrNamesTest.cpp66 EXPECT_TRUE(&fooType.getAbstractType() == &fooAbstractType->get()); in TEST()
/llvm-project/mlir/lib/Dialect/IRDL/
H A DIRDLVerifiers.cpp99 << type.getAbstractType().getName() << "'"; in verify()