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

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

Completed in 53 milliseconds