Home
last modified time | relevance | path

Searched refs:getAbstractAttribute (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DAttributes.h60 TypeID getTypeID() { return impl->getAbstractAttribute().getTypeID(); } in getTypeID()
85 const AbstractAttribute &getAbstractAttribute() const { in getAbstractAttribute() function
86 return impl->getAbstractAttribute(); in getAbstractAttribute()
164 return attr.getAbstractAttribute().getInterface<ConcreteType>(); in getInterfaceFor()
DAttributeSupport.h91 const AbstractAttribute &getAbstractAttribute() const { in getAbstractAttribute() function
/external/llvm-project/mlir/lib/IR/
DAttributes.cpp42 return impl->getAbstractAttribute().getDialect(); in getDialect()