Home | History | Annotate | Download | only in TableGen

Lines Matching full:issigned

170   bool isSigned() const { return Signed; }
615 assert(isInteger() && isSigned());
964 typeCode = T.isSigned() ? 's' : 'u';
1014 if (!RetT.isScalar() && !RetT.isSigned())
1327 if (T.isChar() || T.isPoly() || !T.isSigned()) {