Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Utility/
H A DScalar.cpp277 static llvm::APInt ToAPInt(const llvm::APFloat &f, unsigned bits, in ToAPInt() function
296 return ToAPInt(m_float, sizeof(T) * 8, std::is_unsigned<T>::value) in GetAs()
345 return ToAPInt(m_float, 128, /*is_unsigned=*/false); in SInt128()
357 return ToAPInt(m_float, 128, /*is_unsigned=*/true); in UInt128()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Utility/
H A DScalar.cpp277 static llvm::APInt ToAPInt(const llvm::APFloat &f, unsigned bits, in ToAPInt() function
296 return ToAPInt(m_float, sizeof(T) * 8, std::is_unsigned<T>::value) in GetAs()
345 return ToAPInt(m_float, 128, /*is_unsigned=*/false); in SInt128()
357 return ToAPInt(m_float, 128, /*is_unsigned=*/true); in UInt128()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DScalar.cpp277 static llvm::APInt ToAPInt(const llvm::APFloat &f, unsigned bits, in ToAPInt() function
296 return ToAPInt(m_float, sizeof(T) * 8, std::is_unsigned<T>::value) in GetAs()
345 return ToAPInt(m_float, 128, /*is_unsigned=*/false); in SInt128()
357 return ToAPInt(m_float, 128, /*is_unsigned=*/true); in UInt128()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Utility/
H A DScalar.cpp277 static llvm::APInt ToAPInt(const llvm::APFloat &f, unsigned bits, in ToAPInt() function
296 return ToAPInt(m_float, sizeof(T) * 8, std::is_unsigned<T>::value) in GetAs()
345 return ToAPInt(m_float, 128, /*is_unsigned=*/false); in SInt128()
357 return ToAPInt(m_float, 128, /*is_unsigned=*/true); in UInt128()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Utility/
H A DScalar.cpp277 static llvm::APInt ToAPInt(const llvm::APFloat &f, unsigned bits, in ToAPInt() function
296 return ToAPInt(m_float, sizeof(T) * 8, std::is_unsigned<T>::value) in GetAs()
345 return ToAPInt(m_float, 128, /*is_unsigned=*/false); in SInt128()
357 return ToAPInt(m_float, 128, /*is_unsigned=*/true); in UInt128()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Utility/
H A DScalar.cpp277 static llvm::APInt ToAPInt(const llvm::APFloat &f, unsigned bits, in ToAPInt() function
296 return ToAPInt(m_float, sizeof(T) * 8, std::is_unsigned<T>::value) in GetAs()
345 return ToAPInt(m_float, 128, /*is_unsigned=*/false); in SInt128()
357 return ToAPInt(m_float, 128, /*is_unsigned=*/true); in UInt128()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DScalar.cpp277 static llvm::APInt ToAPInt(const llvm::APFloat &f, unsigned bits, in ToAPInt() function
296 return ToAPInt(m_float, sizeof(T) * 8, std::is_unsigned<T>::value) in GetAs()
345 return ToAPInt(m_float, 128, /*is_unsigned=*/false); in SInt128()
357 return ToAPInt(m_float, 128, /*is_unsigned=*/true); in UInt128()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Utility/
H A DScalar.cpp277 static llvm::APInt ToAPInt(const llvm::APFloat &f, unsigned bits, in ToAPInt() function
296 return ToAPInt(m_float, sizeof(T) * 8, std::is_unsigned<T>::value) in GetAs()
345 return ToAPInt(m_float, 128, /*is_unsigned=*/false); in SInt128()
357 return ToAPInt(m_float, 128, /*is_unsigned=*/true); in UInt128()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Utility/
H A DScalar.cpp563 static llvm::APInt ToAPInt(const llvm::APFloat &f, unsigned bits, in ToAPInt() function
580 return ToAPInt(m_float, sizeof(T) * 8, std::is_unsigned<T>::value) in GetAs()
629 return ToAPInt(m_float, 128, /*is_unsigned=*/false); in SInt128()
641 return ToAPInt(m_float, 128, /*is_unsigned=*/true); in UInt128()