Searched refs:hasUnsignedIntegerRepresentation (Results 1 – 6 of 6) sorted by relevance
305 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
2130 bool hasUnsignedIntegerRepresentation() const;
2997 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()3014 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()3530 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
1914 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
10253 if (!T->hasUnsignedIntegerRepresentation()) { in AnalyzeComparison()10528 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
9476 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()