Searched defs:InNamedTypes (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 56 milliseconds