Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp3593 void IEEEFloat::initFromAPInt(const fltSemantics *Sem, const APInt &api) { in initFromAPInt() function in llvm::detail::IEEEFloat
3665 initFromAPInt(&Sem, API); in IEEEFloat()
3669 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()
3673 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h555 void initFromAPInt(const fltSemantics *Sem, const APInt &api);