Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h656 void initFromBFloatAPInt(const APInt &api);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3903 void IEEEFloat::initFromBFloatAPInt(const APInt &api) { in initFromBFloatAPInt() function in llvm::detail::IEEEFloat
3957 return initFromBFloatAPInt(api); in initFromAPInt()