Lines Matching refs:isInteger
191 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() function in __anonfaf0748f0111::Type
199 bool isShort() const { return isInteger() && ElementBitwidth == 16; } in isShort()
200 bool isInt() const { return isInteger() && ElementBitwidth == 32; } in isInt()
201 bool isLong() const { return isInteger() && ElementBitwidth == 64; } in isLong()
616 if (isInteger() && !isSigned()) in str()
655 } else if (isInteger()) in builtin_str()
679 else if (isInteger() && !isSigned()) in builtin_str()
684 assert(isInteger() && isSigned()); in builtin_str()
728 if (isInteger() && !isSigned()) in getNeonEnum()
963 else if (T.isInteger()) in getInstTypeCode()
1010 if (!RetT.isScalar() && RetT.isInteger() && !RetT.isSigned()) in getBuiltinTypeStr()
1031 if (LocalCK == ClassI && T.isInteger()) in getBuiltinTypeStr()
1342 if (CastToType.isInteger()) in emitBodyAsBuiltinCall()