Searched refs:hasUnsignedIntegerRepresentation (Results 1 – 8 of 8) sorted by relevance
306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
2223 bool hasUnsignedIntegerRepresentation() const;
3218 Ops.Ty->hasUnsignedIntegerRepresentation()); in EmitDiv()3244 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()3261 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()3872 Ops.Ty->hasUnsignedIntegerRepresentation(); in EmitShl()3955 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
2089 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
10211 assert((T->hasUnsignedIntegerRepresentation() || in getCorrespondingSignedType()
11819 if (!T->hasUnsignedIntegerRepresentation()) { in AnalyzeComparison()12124 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
10968 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()
9263 RealVType->hasUnsignedIntegerRepresentation() && in checkOpenMPLoop()