Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A 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()