Home | History | Annotate | Download | only in TableGen

Lines Matching refs:isChar

180   bool isChar() const { return ElementBitwidth == 8; }
609 if (isChar() && !Pointer)
1329 if (T.isChar() || T.isPoly() || !T.isSigned()) {