Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3088 InferAllTypes(const StringMap<SmallVector<TreePatternNode*,1> > *InNamedTypes) { in InferAllTypes() argument
3106 if (InNamedTypes) { in InferAllTypes()
3107 if (!InNamedTypes->count(Entry.getKey())) { in InferAllTypes()
3114 InNamedTypes->find(Entry.getKey())->second; in InferAllTypes()