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.cpp162 bool ResultIsSigned = isSigned() || Other.isSigned(); in getCommonSemantics() local
165 if (!ResultIsSigned) { in getCommonSemantics()
174 if (ResultIsSigned || ResultHasUnsignedPadding) in getCommonSemantics()
177 return FixedPointSemantics(CommonWidth, Lsb{CommonLsb}, ResultIsSigned, in getCommonSemantics()