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());
62 incorporateType(I.getType());
94 /// incorporateType - This method adds the type to the list of used structures
96 void TypeFinder::incorporateType(Type *Ty) {
135 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 83 milliseconds