Home | History | Annotate | Download | only in TableGen

Lines Matching refs:isChar

175   bool isChar() const { return ElementBitwidth == 8; }
596 if (isChar() && !Pointer)
1309 if (T.isChar() || T.isPoly() || !T.isSigned()) {