Searched defs:TypeIsSExt (Results 1 – 1 of 1) sorted by relevance
112 struct TypeIsSExt { struct113 Type *Ty;114 bool IsSExt;115 TypeIsSExt(Type *Ty, bool IsSExt) : Ty(Ty), IsSExt(IsSExt) {} in TypeIsSExt() function