Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp72 bool isRepresentableBy(const fltSemantics &S) const { in isRepresentableBy() function
4888 assert(getSemantics().isRepresentableBy(semIEEEdouble) && in convertToDouble()
4901 assert(getSemantics().isRepresentableBy(semIEEEsingle) && in convertToFloat()