Searched defs:KeyTy (Results 1 – 5 of 5) sorted by relevance
76 struct KeyTy { struct77 ArrayRef<Type*> ETypes;78 bool isPacked;80 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() argument83 KeyTy(const StructType *ST) in KeyTy() argument128 struct KeyTy { struct129 const Type *ReturnType;130 ArrayRef<Type*> Params;131 bool isVarArg;133 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : in KeyTy() function[all …]
102 struct KeyTy { struct106 KeyTy() : Filename(), Timestamp() {} in KeyTy() argument107 KeyTy(StringRef Filename, TimestampTy Timestamp) in KeyTy() argument
27 struct KeyTy { struct28 ArrayRef<Type *> ETypes;29 bool IsPacked;
1531 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy1534 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
99 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()