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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp36 incorporateType(G.getType());
43 incorporateType(A.getType());
51 incorporateType(FI.getType());
63 incorporateType(I.getType());
90 /// incorporateType - This method adds the type to the list of used structures
92 void TypeFinder::incorporateType(Type *Ty) { function in class:TypeFinder
136 incorporateType(V->getType());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypeFinder.h64 /// incorporateType - This method adds the type to the list of used
66 void incorporateType(Type *Ty);

Completed in 62 milliseconds