Home
last modified time | relevance | path

Searched refs:initFromF80LongDoubleAPInt (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h660 void initFromF80LongDoubleAPInt(const APInt &api);
/src/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3754 void IEEEFloat::initFromF80LongDoubleAPInt(const APInt &api) { in initFromF80LongDoubleAPInt() function in llvm::detail::IEEEFloat
3963 return initFromF80LongDoubleAPInt(api); in initFromAPInt()