Searched refs:hasUnsignedIntegerRepresentation (Results 1 – 7 of 7) sorted by relevance
291 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
1664 bool hasUnsignedIntegerRepresentation() const;
2164 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()2179 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()2642 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
1082 else if (RetTy->hasUnsignedIntegerRepresentation()) in ConstructAttributeList()
779 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
5003 } else if (!T->hasUnsignedIntegerRepresentation()) in AnalyzeComparison()5012 if (!T->hasUnsignedIntegerRepresentation() || IsComparisonConstant) in AnalyzeComparison()5173 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingLiteralImpCast()
7257 LHSType->hasUnsignedIntegerRepresentation()) in DiagnoseBadShiftValues()