Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h609 void initFromAPInt(const fltSemantics *Sem, const APInt &api);
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp3332 APFloat::initFromAPInt(const fltSemantics* Sem, const APInt& api) in initFromAPInt() function in APFloat
3449 initFromAPInt(&Sem, API); in APFloat()
3453 initFromAPInt(&IEEEsingle, APInt::floatToBits(f)); in APFloat()
3457 initFromAPInt(&IEEEdouble, APInt::doubleToBits(d)); in APFloat()