Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h763 void initFromPPCDoubleDoubleLegacyAPInt(const APInt &api);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3909 void IEEEFloat::initFromPPCDoubleDoubleLegacyAPInt(const APInt &api) { in initFromPPCDoubleDoubleLegacyAPInt() function in llvm::detail::IEEEFloat
4128 return initFromPPCDoubleDoubleLegacyAPInt(api); in initFromAPInt()