Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h633 void initFromF80LongDoubleAPInt(const APInt &api);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3680 void IEEEFloat::initFromF80LongDoubleAPInt(const APInt &api) { in initFromF80LongDoubleAPInt() function in llvm::detail::IEEEFloat
3873 return initFromF80LongDoubleAPInt(api); in initFromAPInt()