Home | History | Annotate | Download | only in IR

Lines Matching refs:FunctionType

148     KeyTy(const FunctionType* FT) :
165 static inline FunctionType* getEmptyKey() {
166 return DenseMapInfo<FunctionType*>::getEmptyKey();
168 static inline FunctionType* getTombstoneKey() {
169 return DenseMapInfo<FunctionType*>::getTombstoneKey();
177 static unsigned getHashValue(const FunctionType *FT) {
180 static bool isEqual(const KeyTy& LHS, const FunctionType *RHS) {
185 static bool isEqual(const FunctionType *LHS, const FunctionType *RHS) {
306 typedef DenseMap<FunctionType*, bool, FunctionTypeKeyInfo> FunctionTypeMap;