Searched refs:getMsbWeight (Results 1 – 2 of 2) sorted by relevance
65 int getMsbWeight() const { in getMsbWeight() function81 return std::max(getMsbWeight() + 1 - hasSignOrPaddingBit(), 0); in getIntegralBits()172 int getMsbWeight() const { return Sema.getMsbWeight(); }213 if (getMsbWeight() < 0)
25 OS << "msb=" << getMsbWeight() << ", "; in print()80 int CommonMsb = std::max(getMsbWeight(), Other.getMsbWeight()); in compare()158 int CommonMSb = std::max(getMsbWeight() - hasSignOrPaddingBit(), in getCommonSemantics()159 Other.getMsbWeight() - Other.hasSignOrPaddingBit()); in getCommonSemantics()299 CommonFXSema.getWidth() * 2 + std::max(-CommonFXSema.getMsbWeight(), 0); in div()