Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp3164 const StringMap<SmallVector<TreePatternNode *, 1>> *InNamedTypes) { in InferAllTypes() argument
3182 if (InNamedTypes) { in InferAllTypes()
3183 auto InIter = InNamedTypes->find(Entry.getKey()); in InferAllTypes()
3184 if (InIter == InNamedTypes->end()) { in InferAllTypes()