HomeSort by relevance Sort by last modified time
    Searched refs:incorporateType (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
TypeFinder.cpp 29 incorporateType(I->getType());
37 incorporateType(I->getType());
45 incorporateType(FI->getType());
65 incorporateType(I.getType());
97 /// incorporateType - This method adds the type to the list of used structures
99 void TypeFinder::incorporateType(Type *Ty) {
143 incorporateType(V->getType());
  /external/llvm/include/llvm/IR/
TypeFinder.h 62 /// incorporateType - This method adds the type to the list of used
64 void incorporateType(Type *Ty);

Completed in 379 milliseconds