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());
59 incorporateType(I.getType());
91 /// incorporateType - This method adds the type to the list of used structures
93 void TypeFinder::incorporateType(Type *Ty) {
106 incorporateType(*I);
124 incorporateType(V->getType());
  /external/llvm/include/llvm/IR/
TypeFinder.h 61 /// incorporateType - This method adds the type to the list of used
63 void incorporateType(Type *Ty);

Completed in 193 milliseconds