Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h634 void initFromPPCDoubleDoubleAPInt(const APInt &api);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3711 void IEEEFloat::initFromPPCDoubleDoubleAPInt(const APInt &api) { in initFromPPCDoubleDoubleAPInt() function in llvm::detail::IEEEFloat
3877 return initFromPPCDoubleDoubleAPInt(api); in initFromAPInt()