Searched refs:initFromAPInt (Results 1 – 3 of 3) sorted by relevance
3308 void IEEEFloat::initFromAPInt(const fltSemantics *Sem, const APInt &api) { in initFromAPInt() function in llvm::detail::IEEEFloat3378 initFromAPInt(&Sem, API); in IEEEFloat()3382 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()3386 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()
554 void initFromAPInt(const fltSemantics *Sem, const APInt &api);
545 void initFromAPInt(const fltSemantics *Sem, const APInt &api);