Searched refs:hasUnsignedIntegerRepresentation (Results 1 – 8 of 8) sorted by relevance
306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
2223 bool hasUnsignedIntegerRepresentation() const;
3208 Ops.Ty->hasUnsignedIntegerRepresentation()); in EmitDiv()3234 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()3251 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()3859 Ops.Ty->hasUnsignedIntegerRepresentation(); in EmitShl()3942 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
2086 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
10169 assert((T->hasUnsignedIntegerRepresentation() || in getCorrespondingSignedType()
11546 if (!T->hasUnsignedIntegerRepresentation()) { in AnalyzeComparison()11851 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
10879 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()
9239 RealVType->hasUnsignedIntegerRepresentation() && in checkOpenMPLoop()