Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp64 TreePatternNodePtr PatWithNoTypes; member in __anon5041f0880111::MatcherGen
165 PatWithNoTypes = Pattern.getSrcPattern()->clone(); in MatcherGen()
166 PatWithNoTypes->RemoveAllTypes(); in MatcherGen()
183 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()
571 EmitMatchCode(Pattern.getSrcPattern(), PatWithNoTypes.get()); in EmitMatcherCode()