Searched refs:hasUnsignedIntegerRepresentation (Results 1 – 14 of 14) sorted by relevance
290 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
1824 bool hasUnsignedIntegerRepresentation() const;
306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
2215 bool hasUnsignedIntegerRepresentation() const;
3139 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()3156 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()3762 Ops.Ty->hasUnsignedIntegerRepresentation(); in EmitShl()3845 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
2286 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()2302 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()2784 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
1810 else if (RetTy->hasUnsignedIntegerRepresentation()) in ConstructAttributeList()
1776 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
7682 } else if (!T->hasUnsignedIntegerRepresentation()) in AnalyzeComparison()7691 if (!T->hasUnsignedIntegerRepresentation() || IsComparisonConstant) in AnalyzeComparison()7871 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
8564 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()
2086 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
11286 if (!T->hasUnsignedIntegerRepresentation()) { in AnalyzeComparison()11591 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
10766 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()
8520 RealVType->hasUnsignedIntegerRepresentation() && in checkOpenMPLoop()