Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp191 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in add() local
193 APSInt OtherVal = ConvertedOther.getValue(); in add()
215 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in sub() local
217 APSInt OtherVal = ConvertedOther.getValue(); in sub()
239 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in mul() local
241 APSInt OtherVal = ConvertedOther.getValue(); in mul()
296 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in div() local
298 APSInt OtherVal = ConvertedOther.getValue(); in div()