Searched refs:hasUnsignedIntegerRepresentation (Results 1 – 7 of 7) sorted by relevance
291 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
1651 bool hasUnsignedIntegerRepresentation() const;
2076 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()2091 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()2554 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
1060 else if (RetTy->hasUnsignedIntegerRepresentation()) in ConstructAttributeList()
791 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
4556 } else if (!T->hasUnsignedIntegerRepresentation()) in AnalyzeComparison()4565 if (!T->hasUnsignedIntegerRepresentation() || IsComparisonConstant) in AnalyzeComparison()4726 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingLiteralImpCast()
6682 LHSType->hasUnsignedIntegerRepresentation()) in DiagnoseBadShiftValues()