Searched refs:hasSignedIntegerRepresentation (Results 1 – 9 of 9) sorted by relevance
351 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
290 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
1647 bool hasSignedIntegerRepresentation() const;
2035 Ops.Ty->hasSignedIntegerRepresentation()) { in EmitUndefinedBehaviorIntegerDivAndRemCheck()2499 if (Ops.Ty->hasSignedIntegerRepresentation()) { in EmitShl()2677 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
1058 if (RetTy->hasSignedIntegerRepresentation()) in ConstructAttributeList()
751 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
7236 assert(T->hasSignedIntegerRepresentation() && "Unexpected type"); in getCorrespondingUnsignedType()
4571 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()4572 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()4576 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
974 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()975 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()5552 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()5557 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()