Searched defs:IncorporateType (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Analysis/IPA/
H A DFindUsedTypes.cpp28 // IncorporateType - Incorporate one type and all of its subtypes into the
31 void FindUsedTypes::IncorporateType(Type *Ty) { function in class:FindUsedTypes
40 IncorporateType(*I);
44 IncorporateType(V->getType());
64 IncorporateType(I->getType());
70 IncorporateType(MI->getType());
80 IncorporateType(I.getType()); // Incorporate the type of the instruction

Completed in 458 milliseconds