Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h552 APInt convertF80LongDoubleAPFloatToAPInt() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h543 APInt convertF80LongDoubleAPFloatToAPInt() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp2874 APInt IEEEFloat::convertF80LongDoubleAPFloatToAPInt() const { in convertF80LongDoubleAPFloatToAPInt() function in llvm::detail::IEEEFloat
3091 return convertF80LongDoubleAPFloatToAPInt(); in bitcastToAPInt()