Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenDAGPatterns.cpp2247 InferAllTypes(const StringMap<SmallVector<TreePatternNode*,1> > *InNamedTypes) { in InferAllTypes() argument
2266 if (InNamedTypes) { in InferAllTypes()
2267 if (!InNamedTypes->count(I->getKey())) { in InferAllTypes()
2274 InNamedTypes->find(I->getKey())->second; in InferAllTypes()