Searched defs:KeyTy (Results 1 – 4 of 4) sorted by relevance
98 struct KeyTy { struct99 ArrayRef<Type*> ETypes;100 bool isPacked;102 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() function105 KeyTy(const StructType *ST) in KeyTy() function150 struct KeyTy { struct151 const Type *ReturnType;152 ArrayRef<Type*> Params;153 bool isVarArg;155 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : in KeyTy() function[all …]
27 struct KeyTy { struct28 ArrayRef<Type *> ETypes;29 bool IsPacked;
1485 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy1488 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
100 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()