Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp125 bool isRepresentableBy(const fltSemantics &S) const { in isRepresentableBy() function
5379 assert(getSemantics().isRepresentableBy(semIEEEdouble) && in convertToDouble()
5393 assert(getSemantics().isRepresentableBy(semIEEEquad) && in convertToQuad()
5407 assert(getSemantics().isRepresentableBy(semIEEEsingle) && in convertToFloat()