Searched refs:CommonWidth (Results 1 – 1 of 1) sorted by relevance
72 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local75 CommonWidth += getScale() >= OtherScale ? getScale() - OtherScale in compare()78 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()79 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()154 unsigned CommonWidth = in getCommonSemantics() local170 CommonWidth++; in getCommonSemantics()172 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()