Searched refs:hasUnsignedIntegerRepresentation (Results 1 – 7 of 7) sorted by relevance
290 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
1685 bool hasUnsignedIntegerRepresentation() const;
2242 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()2258 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()2732 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
1471 else if (RetTy->hasUnsignedIntegerRepresentation()) in ConstructAttributeList()
790 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
6066 } else if (!T->hasUnsignedIntegerRepresentation()) in AnalyzeComparison()6075 if (!T->hasUnsignedIntegerRepresentation() || IsComparisonConstant) in AnalyzeComparison()6236 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingLiteralImpCast()
7588 LHSType->hasUnsignedIntegerRepresentation()) in DiagnoseBadShiftValues()