Searched defs:TypeIsSExt (Results 1 – 1 of 1) sorted by relevance
107 struct TypeIsSExt { struct108 Type *Ty;109 bool IsSExt;110 TypeIsSExt(Type *Ty, bool IsSExt) : Ty(Ty), IsSExt(IsSExt) {} in TypeIsSExt() function