Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFloat.cpp3308 void IEEEFloat::initFromAPInt(const fltSemantics *Sem, const APInt &api) { in initFromAPInt() function in llvm::detail::IEEEFloat
3378 initFromAPInt(&Sem, API); in IEEEFloat()
3382 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()
3386 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPFloat.h545 void initFromAPInt(const fltSemantics *Sem, const APInt &api);