Searched refs:getSignedness (Results 1 – 14 of 14) sorted by relevance
131 bool isSignless() const { return getSignedness() == Signless; }133 bool isSigned() const { return getSignedness() == Signed; }135 bool isUnsigned() const { return getSignedness() == Unsigned; }148 // DECL-NEXT: bool isSignless() const { return getSignedness() == Signless; }150 // DECL-NEXT: bool isSigned() const { return getSignedness() == Signed; }152 // DECL-NEXT: bool isUnsigned() const { return getSignedness() == Unsigned; }
76 assert(targetIntegerType.getSignedness() == valueIntegerType.getSignedness()); in getValueOrCreateCastToIndexLike()
118 bool isSignless() const { return getSignedness() == Signless; }120 bool isSigned() const { return getSignedness() == Signed; }122 bool isUnsigned() const { return getSignedness() == Unsigned; }
205 printSignedness(p, getSignedness()); in print()
156 if (intType.getSignedness() == in getAlias()
776 printInt(iAttr.getValue(), shouldMapToUnsigned(iType.getSignedness())); in emitAttribute()791 printInt(val, shouldMapToUnsigned(iType.getSignedness())); in emitAttribute()968 if (shouldMapToUnsigned(iType.getSignedness())) in emitType()
79 IntegerType::SignednessSemantics IntegerType::getSignedness() const { in getSignedness() function in IntegerType86 return IntegerType::get(getContext(), scale * getWidth(), getSignedness()); in scaleElementBitwidth()
252 bool isSignless() const { return getSignedness() == Signless; }254 bool isSigned() const { return getSignedness() == Signed; }256 bool isUnsigned() const { return getSignedness() == Unsigned; }
294 intType.getSignedness());
679 auto Signedness = DVI->getVariable()->getSignedness(); in diagnoseMisSizedDbgValue()
2083 auto Signedness = Var->getSignedness(); in replaceAllDbgUsesWith()
824 Optional<Signedness> getSignedness() const;2514 Optional<DIBasicType::Signedness> getSignedness() const { in getSignedness() function2516 return BT->getSignedness(); in getSignedness()
96 if (integerType.getSignedness() == IntegerType::Signless) in translateDataLayout()
573 Optional<DIBasicType::Signedness> DIBasicType::getSignedness() const { in getSignedness() function in DIBasicType