Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.h66 Qualifier *getQuestion() const { return question; } in getQuestion() function
H A DPredicateTree.cpp783 node->getQuestion() == predicate->question; in isSamePredicate()
857 node->getPosition(), node->getQuestion(), childIt->first, in foldSwitchToBool()
H A DPDLToPDLInterp.cpp364 Qualifier *question = boolNode->getQuestion(); in generate()
460 Qualifier *question = switchNode->getQuestion(); in generate()