Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h62 TypeQuestion, enumerator
543 struct TypeQuestion : public PredicateBase<TypeQuestion, Qualifier, void, struct
544 Predicates::TypeQuestion> {};
587 registerSingletonStorageType<TypeQuestion>(); in PredicateUniquer()
756 return {TypeQuestion::get(uniquer), TypeAnswer::get(uniquer, type)}; in getTypeConstraint()
H A DPDLToPDLInterp.cpp426 case Predicates::TypeQuestion: { in generate()
578 case Predicates::TypeQuestion: in generate()