Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp112 struct TypeIsSExt { struct
113 Type *Ty;
114 bool IsSExt;
115 TypeIsSExt(Type *Ty, bool IsSExt) : Ty(Ty), IsSExt(IsSExt) {} in TypeIsSExt() function