Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h575 void initFromBFloatAPInt(const APInt &api);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp3737 void IEEEFloat::initFromBFloatAPInt(const APInt &api) { in initFromBFloatAPInt() function in llvm::detail::IEEEFloat
3853 return initFromBFloatAPInt(api); in initFromAPInt()