Home
last modified time | relevance | path

Searched defs:bitcastToAPInt (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1012 APInt bitcastToAPInt() const { return getIEEE().bitcastToAPInt(); } in bitcastToAPInt() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h1114 APInt bitcastToAPInt() const { in bitcastToAPInt() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3073 APInt IEEEFloat::bitcastToAPInt() const { in bitcastToAPInt() function in llvm::detail::IEEEFloat
4348 APInt DoubleAPFloat::bitcastToAPInt() const { in bitcastToAPInt() function in llvm::detail::DoubleAPFloat
/external/llvm/lib/Support/
DAPFloat.cpp3105 APFloat::bitcastToAPInt() const in bitcastToAPInt() function in APFloat