Searched refs:hasSignedIntegerRepresentation (Results 1 – 11 of 11) sorted by relevance
289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
1681 bool hasSignedIntegerRepresentation() const;
565 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()
2195 Ops.Ty->hasSignedIntegerRepresentation()) { in EmitUndefinedBehaviorIntegerDivAndRemCheck()2673 if (Ops.Ty->hasSignedIntegerRepresentation()) { in EmitShl()2856 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
1469 if (RetTy->hasSignedIntegerRepresentation()) in ConstructAttributeList()
374 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
2026 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in SetStep()2330 NewSize, Type->hasSignedIntegerRepresentation()); in BuildNumIterations()2680 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in CheckOpenMPLoop()
6081 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()6082 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()6086 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
1086 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()1087 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()6315 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()6320 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
750 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
7474 assert(T->hasSignedIntegerRepresentation() && "Unexpected type"); in getCorrespondingUnsignedType()