Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp72 bool isRepresentableBy(const fltSemantics &S) const { in isRepresentableBy() function
4905 assert(getSemantics().isRepresentableBy(semIEEEdouble) && in convertToDouble()
4918 assert(getSemantics().isRepresentableBy(semIEEEsingle) && in convertToFloat()