Searched refs:initFromAPInt (Results 1 – 2 of 2) sorted by relevance
3610 void IEEEFloat::initFromAPInt(const fltSemantics *Sem, const APInt &api) { in initFromAPInt() function in llvm::detail::IEEEFloat3683 initFromAPInt(&Sem, API); in IEEEFloat()3687 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()3691 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()
555 void initFromAPInt(const fltSemantics *Sem, const APInt &api);