Lines Matching refs:getValue
74 APSInt ThisVal = getValue(); in compare()
75 APSInt OtherVal = Other.getValue(); in compare()
142 APSInt MaxInt = APFixedPoint::getMax(*this).getValue(); in fitsInFloatSemantics()
149 APSInt MinInt = APFixedPoint::getMin(*this).getValue(); in fitsInFloatSemantics()
186 APSInt ThisVal = ConvertedThis.getValue(); in add()
187 APSInt OtherVal = ConvertedOther.getValue(); in add()
210 APSInt ThisVal = ConvertedThis.getValue(); in sub()
211 APSInt OtherVal = ConvertedOther.getValue(); in sub()
234 APSInt ThisVal = ConvertedThis.getValue(); in mul()
235 APSInt OtherVal = ConvertedOther.getValue(); in mul()
267 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in mul()
269 APSInt Min = APFixedPoint::getMin(CommonFXSema).getValue() in mul()
291 APSInt ThisVal = ConvertedThis.getValue(); in div()
292 APSInt OtherVal = ConvertedOther.getValue(); in div()
328 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in div()
330 APSInt Min = APFixedPoint::getMin(CommonFXSema).getValue() in div()
365 APSInt Max = APFixedPoint::getMax(Sema).getValue().extOrTrunc(Wide); in shl()
366 APSInt Min = APFixedPoint::getMin(Sema).getValue().extOrTrunc(Wide); in shl()
382 APSInt Val = getValue(); in toString()
593 Res = getMax(DstFXSema).getValue(); in getFromFloatValue()
595 Res = getMin(DstFXSema).getValue(); in getFromFloatValue()