Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp294 bool APFloatBase::isRepresentableBy(const fltSemantics &A, in isRepresentableBy() function in llvm::APFloatBase
5566 assert(isRepresentableBy(getSemantics(), semIEEEdouble) && in convertToDouble()
5580 assert(isRepresentableBy(getSemantics(), semIEEEquad) && in convertToQuad()
5594 assert(isRepresentableBy(getSemantics(), semIEEEsingle) && in convertToFloat()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h288 LLVM_ABI static bool isRepresentableBy(const fltSemantics &A,