Searched defs:InferAllTypes (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2024 /// InferAllTypes - Infer/propagate as many types throughout the expression
2028 InferAllTypes(const StringMap<SmallVector<TreePatternNode*,1> > *InNamedTypes) { function in class:TreePattern
2277 ThePat->InferAllTypes();
2734 if (!I->InferAllTypes())
2872 Temp.InferAllTypes(&I->getNamedNodesMap());
3198 Pattern->InferAllTypes(&Pattern->getNamedNodesMap());
3203 Result->InferAllTypes(&Pattern->getNamedNodesMap());
3276 Temp.InferAllTypes();

Completed in 55 milliseconds