Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp3070 const StringMap<SmallVector<TreePatternNode *, 1>> *InNamedTypes) { in InferAllTypes() argument
3088 if (InNamedTypes) { in InferAllTypes()
3089 if (!InNamedTypes->count(Entry.getKey())) { in InferAllTypes()
3096 InNamedTypes->find(Entry.getKey())->second; in InferAllTypes()