Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h655 void initFromHalfAPInt(const APInt &api);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3907 void IEEEFloat::initFromHalfAPInt(const APInt &api) { in initFromHalfAPInt() function in llvm::detail::IEEEFloat
3955 return initFromHalfAPInt(api); in initFromAPInt()