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

/external/llvm/lib/VMCore/
H A DTypeFinder.cpp29 incorporateType(I->getType());
37 incorporateType(I->getType());
45 incorporateType(FI->getType());
59 incorporateType(I.getType());
91 /// incorporateType - This method adds the type to the list of used structures
93 void TypeFinder::incorporateType(Type *Ty) { function in class:TypeFinder
106 incorporateType(*I);
124 incorporateType(V->getType());

Completed in 98 milliseconds