Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp61 TreePatternNodePtr PatWithNoTypes; member in __anone4d064020111::MatcherGen
163 PatWithNoTypes = Pattern.getSrcPattern()->clone(); in MatcherGen()
164 PatWithNoTypes->RemoveAllTypes(); in MatcherGen()
183 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()
579 EmitMatchCode(Pattern.getSrcPattern(), PatWithNoTypes.get(), in EmitMatcherCode()