Home
last modified time | relevance | path

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

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