Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFloat.h562 void initFromPPCDoubleDoubleAPInt(const APInt &api);
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp3436 void IEEEFloat::initFromPPCDoubleDoubleAPInt(const APInt &api) { in initFromPPCDoubleDoubleAPInt() function in llvm::detail::IEEEFloat
3625 return initFromPPCDoubleDoubleAPInt(api); in initFromAPInt()