Lines Matching refs:isInteger
191 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() function in __anon6f3616850111::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()
970 else if (T.isInteger()) in getInstTypeCode()
1017 if (!RetT.isScalar() && RetT.isInteger() && !RetT.isSigned()) in getBuiltinTypeStr()
1038 if (LocalCK == ClassI && T.isInteger()) in getBuiltinTypeStr()
1349 if (CastToType.isInteger()) in emitBodyAsBuiltinCall()