Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp201 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in add() local
203 APSInt OtherVal = ConvertedOther.getValue(); in add()
225 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in sub() local
227 APSInt OtherVal = ConvertedOther.getValue(); in sub()
249 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in mul() local
251 APSInt OtherVal = ConvertedOther.getValue(); in mul()
307 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in div() local
309 APSInt OtherVal = ConvertedOther.getValue(); in div()