HomeSort by: relevance | last modified time | path
    Searched refs:InferAllTypes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 3006 /// InferAllTypes - Infer/propagate as many types throughout the expression
3010 InferAllTypes(const StringMap<SmallVector<TreePatternNode*,1> > *InNamedTypes) {
3276 ThePat.InferAllTypes();
3399 SrcPattern.InferAllTypes();
3457 DestPattern.InferAllTypes();
4202 Pattern.InferAllTypes(&Pattern.getNamedNodesMap());
4207 Result.InferAllTypes(&Pattern.getNamedNodesMap());
4253 Temp.InferAllTypes();
CodeGenDAGPatterns.h 951 /// InferAllTypes - Infer/propagate as many types throughout the expression
954 bool InferAllTypes(

Completed in 22 milliseconds