Searched refs:getIntegralBits (Results 1 – 3 of 3) sorted by relevance
37 std::min(DstScale + DstSema.getIntegralBits(), NewVal.getBitWidth())); in convert()155 std::max(getIntegralBits(), Other.getIntegralBits()) + CommonScale; in getCommonSemantics()
55 unsigned getIntegralBits() const { in getIntegralBits() function
84 bool LessIntBits = DstSema.getIntegralBits() < SrcSema.getIntegralBits(); in Convert()