Searched defs:KeyTy (Results 1 – 5 of 5) sorted by relevance
93 struct KeyTy { struct94 ArrayRef<Type *> ETypes;95 bool isPacked;97 KeyTy(const ArrayRef<Type *> &E, bool P) : ETypes(E), isPacked(P) {} in KeyTy() function99 KeyTy(const StructType *ST) in KeyTy() function141 struct KeyTy { struct142 const Type *ReturnType;143 ArrayRef<Type *> Params;144 bool isVarArg;146 KeyTy(const Type *R, const ArrayRef<Type *> &P, bool V) in KeyTy() argument[all …]
102 struct KeyTy { struct106 KeyTy() {} in KeyTy() function107 KeyTy(StringRef Filename, TimestampTy Timestamp) in KeyTy() argument
28 struct KeyTy { struct29 ArrayRef<Type *> ETypes;30 bool IsPacked;
1690 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy1693 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
91 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()