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)
1660 bool hasSignedIntegerRepresentation() const;
2039 Ops.Ty->hasSignedIntegerRepresentation()) { in EmitUndefinedBehaviorIntegerDivAndRemCheck()2503 if (Ops.Ty->hasSignedIntegerRepresentation()) { in EmitShl()2681 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
1097 if (RetTy->hasSignedIntegerRepresentation()) in ConstructAttributeList()
735 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
7467 assert(T->hasSignedIntegerRepresentation() && "Unexpected type"); in getCorrespondingUnsignedType()
4899 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()4900 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()4904 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
1105 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()1106 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()5954 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()5959 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()