Home
last modified time | relevance | path

Searched refs:CommonWidth (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/Support/
DAPFixedPoint.cpp72 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare() local
75 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() local
170 CommonWidth++; in getCommonSemantics()
172 return FixedPointSemantics(CommonWidth, CommonScale, ResultIsSigned, in getCommonSemantics()