Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp81 unsigned CommonWidth = CommonMsb - CommonLsb + 1; in compare() local
83 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
84 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
160 unsigned CommonWidth = CommonMSb - CommonLsb + 1; in getCommonSemantics() local
175 CommonWidth++; in getCommonSemantics()
177 return FixedPointSemantics(CommonWidth, Lsb{CommonLsb}, ResultIsSigned, in getCommonSemantics()