Searched refs:CommonWidth (Results 1 – 1 of 1) sorted by relevance
91 unsigned CommonWidth = CommonMsb - CommonLsb + 1; in compare() local93 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()94 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()176 unsigned CommonWidth = CommonMSb - CommonLsb + 1; in getCommonSemantics() local191 CommonWidth++; in getCommonSemantics()193 return FixedPointSemantics(CommonWidth, Lsb{CommonLsb}, ResultIsSigned, in getCommonSemantics()