Lines Matching full:issigned
7244 bool IsSigned) const final {
7246 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong)
7247 : TargetInfo::getIntTypeByWidth(BitWidth, IsSigned);
7250 bool IsSigned) const final {
7253 ? (IsSigned ? SignedLongLong : UnsignedLongLong)
7254 : TargetInfo::getLeastIntTypeByWidth(BitWidth, IsSigned);