Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3011 InferAllTypes(const StringMap<SmallVector<TreePatternNode*,1> > *InNamedTypes) { in InferAllTypes() argument
3029 if (InNamedTypes) { in InferAllTypes()
3030 if (!InNamedTypes->count(Entry.getKey())) { in InferAllTypes()
3037 InNamedTypes->find(Entry.getKey())->second; in InferAllTypes()