Searched refs:toInt (Results 1 – 7 of 7) sorted by relevance
544 template <class IntT> IntT toInt() const;776 return (get(N) * *this).template toInt<uint64_t>(); in scale()784 IntT ScaledNumber<DigitsT>::toInt() const { in toInt() function
77 llvm::APSInt toInt(unsigned BitWidth, bool Signed, bool *Overflow) const { in toInt() function
2553 APSInt Int = Fixed.toInt(T::bitWidth(), T::isSigned(), &Overflow); in CastFixedPointIntegral()
411 uint64_t toInt(const RegisterCell &A) const;
392 uint64_t BT::MachineEvaluator::toInt(const RegisterCell &A) const { in toInt() function in BT::MachineEvaluator
504 BFI.Freqs[Index].Integer = std::max(UINT64_C(1), Scaled.toInt<uint64_t>()); in convertFloatingToInteger()
116 SaturatingAdd<uint64_t>(Temp.toInt<uint64_t>(), RelBlockFreq); in updateRelBlockFreq()