Lines Matching defs:KeyTy
76 struct KeyTy { struct
77 ArrayRef<Type*> ETypes;
78 bool isPacked;
80 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() function
83 KeyTy(const StructType *ST) in KeyTy() argument
128 struct KeyTy { struct
129 const Type *ReturnType;
130 ArrayRef<Type*> Params;
131 bool isVarArg;
133 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : in KeyTy() function
135 KeyTy(const FunctionType *FT) in KeyTy() function
227 using KeyTy = MDNodeKeyImpl<NodeTy>; member