Home
last modified time | relevance | path

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

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