Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp3848 void IEEEFloat::initFromAPInt(const fltSemantics *Sem, const APInt &api) { in initFromAPInt() function in llvm::detail::IEEEFloat
3927 initFromAPInt(&Sem, API); in IEEEFloat()
3931 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()
3935 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h573 void initFromAPInt(const fltSemantics *Sem, const APInt &api);