Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp168 bool ResultIsSigned = isSigned() || Other.isSigned(); in getCommonSemantics() local
171 if (!ResultIsSigned) { in getCommonSemantics()
180 if (ResultIsSigned || ResultHasUnsignedPadding) in getCommonSemantics()
183 return FixedPointSemantics(CommonWidth, Lsb{CommonLsb}, ResultIsSigned, in getCommonSemantics()