Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h574 void initFromHalfAPInt(const APInt &api);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp3765 void IEEEFloat::initFromHalfAPInt(const APInt &api) { in initFromHalfAPInt() function in llvm::detail::IEEEFloat
3851 return initFromHalfAPInt(api); in initFromAPInt()