Home
last modified time | relevance | path

Searched defs:TypeIsSExt (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp107 struct TypeIsSExt { struct
108 Type *Ty;
109 bool IsSExt;
110 TypeIsSExt(Type *Ty, bool IsSExt) : Ty(Ty), IsSExt(IsSExt) {} in TypeIsSExt() function