Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp3610 void IEEEFloat::initFromAPInt(const fltSemantics *Sem, const APInt &api) { in initFromAPInt() function in llvm::detail::IEEEFloat
3683 initFromAPInt(&Sem, API); in IEEEFloat()
3687 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()
3691 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFloat.h555 void initFromAPInt(const fltSemantics *Sem, const APInt &api);