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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.h 798 /// RemoveAllTypes - Recursively strip all the types of this tree.
799 void RemoveAllTypes();
DAGISelMatcherGen.cpp 163 PatWithNoTypes->RemoveAllTypes();
CodeGenDAGPatterns.cpp 1989 /// RemoveAllTypes - Recursively strip all the types of this tree.
1990 void TreePatternNode::RemoveAllTypes() {
1995 getChild(i)->RemoveAllTypes();

Completed in 78 milliseconds