Searched refs:isSignedIntegerType (Results 1 – 25 of 35) sorted by relevance
12
164 if (DestType->isSignedIntegerType()) in isLossOfPrecision()174 if (SubType->isSignedIntegerType()) in isLossOfPrecision()196 if (!CastType->isUnsignedIntegerType() || !SubType->isSignedIntegerType()) in isLossOfSign()
171 .getCanonicalType()->isSignedIntegerType()) in isInMIGCall()
208 if (!operandExpr(Side)->getType()->isSignedIntegerType()) in checkOperandNegative()
157 NestedType->isSignedIntegerType()); in VisitLocAsInteger()
856 assert(IV.isSigned() == OOE->getType()->isSignedIntegerType()); in VisitOffsetOfExpr()
926 if (QT->isSignedIntegerType()) in fixType()958 } else if (QT->isSignedIntegerType()) { in fixType()
516 else if (PT->isSignedIntegerType()) in fixType()
2146 bool Type::isSignedIntegerType() const { in isSignedIntegerType() function in Type2156 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerType()2175 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerOrEnumerationType()
1614 /*Radix=*/10, IL->getType()->isSignedIntegerType()); in VisitIntegerLiteral()
1331 bool isSigned = Node->getType()->isSignedIntegerType(); in VisitIntegerLiteral()
1437 bool isSigned = Node->getType()->isSignedIntegerType(); in VisitIntegerLiteral()
5551 if (E->getType()->isSignedIntegerType()) in mangleExpression()5573 if (IE->getSubExpr()->getType()->isSignedIntegerType()) in mangleExpression()
7598 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()7636 (FromSize == ToSize && FromIsSigned == PT->isSignedIntegerType())) in getPromotedIntegerType()7644 if (Promotable->isSignedIntegerType()) in getPromotedIntegerType()13987 getIntWidth(Ty), Ty->isSignedIntegerType()); in getFixedPointSemantics()
363 Ty->isSignedIntegerType()); in EmitVAArg()
247 if (ElTy->isSignedIntegerType()) { in calculateElementType()
660 : (E->getValueType()->isSignedIntegerType() in EmitAtomicOp()676 : (E->getValueType()->isSignedIntegerType() in EmitAtomicOp()738 E->getValueType()->isSignedIntegerType(), in EmitAtomicOp()
645 HintQTy->isSignedIntegerType() || in EmitKernelMetadata()646 (HintEltQTy && HintEltQTy->getElementType()->isSignedIntegerType()); in EmitKernelMetadata()2450 SEType->isSignedIntegerType() in EmitVariablyModifiedType()
2085 FilterExpr->getType()->isSignedIntegerType()); in GenerateSEHFilterFunction()
1092 llvm::APInt A = FromType->isSignedIntegerType() in ProduceIntToIntCast()
308 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isSignedIntegerType)
1016 if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() && in rewriteToNumericBoxedExpression()
471 if (Ty->isBitIntType() && Ty->isSignedIntegerType() && in BuiltinOverflow()9792 (!E->getType()->isSignedIntegerType() || in isKnownToHaveUnsignedValue()9793 !E->IgnoreParenImpCasts()->getType()->isSignedIntegerType()); in isKnownToHaveUnsignedValue()10269 bool SignedBitfield = BitfieldType->isSignedIntegerType(); in AnalyzeBitFieldAssignment()10344 TruncatedValue.setIsSigned(BitfieldType->isSignedIntegerType()); in AnalyzeBitFieldAssignment()10715 else if (E->getType()->isSignedIntegerType()) in DiagnoseIntInBoolContext()11134 if (Target->isSignedIntegerType()) in CheckImplicitConversion()11142 Source->isSignedIntegerType()) { in CheckImplicitConversion()11175 Source->isSignedIntegerType() == Target->isSignedIntegerType()) { in CheckImplicitConversion()
2083 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) || in CheckCompatibleReinterpretCast()2084 (SrcTy->isSignedIntegerType() && DestTy->isUnsignedIntegerType())) { in CheckCompatibleReinterpretCast()
2458 (FromType->isSignedIntegerType() || in IsIntegralPromotion()2530 bool FromIsSigned = FromType->isSignedIntegerType(); in IsIntegralPromotion()2544 FromIsSigned == PromoteTypes[Idx]->isSignedIntegerType())) { in IsIntegralPromotion()2578 (FromType->isSignedIntegerType() && *BitWidth <= ToSize)) { in IsIntegralPromotion()
6531 return Node->isSignedIntegerType(); in AST_MATCHER()