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
164 PatWithNoTypes = Pattern.getSrcPattern().clone(); in MatcherGen()
165 PatWithNoTypes->RemoveAllTypes(); in MatcherGen()
182 MadeChange = PatWithNoTypes->ApplyTypeConstraints( in InferPossibleTypes()
567 EmitMatchCode(Pattern.getSrcPattern(), *PatWithNoTypes); in EmitMatcherCode()