Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFloat.h557 void initFromBFloatAPInt(const APInt &api);
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp3550 void IEEEFloat::initFromBFloatAPInt(const APInt &api) { in initFromBFloatAPInt() function in llvm::detail::IEEEFloat
3615 return initFromBFloatAPInt(api); in initFromAPInt()