Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h341 struct TypeLiteralPosition struct
342 : public PredicateBase<TypeLiteralPosition, Position, Attribute,
523 registerParametricStorageType<TypeLiteralPosition>(); in PredicateUniquer()
626 return TypeLiteralPosition::get(uniquer, attr); in getTypeLiteral()
H A DPDLToPDLInterp.cpp343 auto *typePos = cast<TypeLiteralPosition>(pos); in getValueAt()