Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h64 OperandCountQuestion, enumerator
480 struct OperandCountQuestion struct
481 : public PredicateBase<OperandCountQuestion, Qualifier, void,
482 Predicates::OperandCountQuestion> {};
539 registerSingletonStorageType<OperandCountQuestion>(); in PredicateUniquer()
676 return {OperandCountQuestion::get(uniquer), in getOperandCount()
H A DPDLToPDLInterp.cpp413 case Predicates::OperandCountQuestion: in generate()
531 case Predicates::OperandCountQuestion: in generate()