Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h61 TypeQuestion, enumerator
501 struct TypeQuestion : public PredicateBase<TypeQuestion, Qualifier, void, struct
502 Predicates::TypeQuestion> {};
544 registerSingletonStorageType<TypeQuestion>(); in PredicateUniquer()
705 return {TypeQuestion::get(uniquer), TypeAnswer::get(uniquer, type)}; in getTypeConstraint()
H A DPDLToPDLInterp.cpp396 case Predicates::TypeQuestion: { in generate()
541 case Predicates::TypeQuestion: in generate()