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.cpp91 unsigned CommonWidth = CommonMsb - CommonLsb + 1; in compare() local
93 ThisVal = ThisVal.extOrTrunc(CommonWidth); in compare()
94 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare()
176 unsigned CommonWidth = CommonMSb - CommonLsb + 1; in getCommonSemantics() local
191 CommonWidth++; in getCommonSemantics()
193 return FixedPointSemantics(CommonWidth, Lsb{CommonLsb}, ResultIsSigned, in getCommonSemantics()