Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp60 TreePatternNodePtr PatWithNoTypes; member in __anon77135c860111::MatcherGen
162 PatWithNoTypes = Pattern.getSrcPattern()->clone(); in MatcherGen()
163 PatWithNoTypes->RemoveAllTypes(); in MatcherGen()
182 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()
578 EmitMatchCode(Pattern.getSrcPattern(), PatWithNoTypes.get(), in EmitMatcherCode()