Searched defs:isIEEE (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | Type.cpp | 83 bool Type::isIEEE() const { isIEEE() function in Type |
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APFloat.h | 1366 bool isIEEE() const { return usesLayout<IEEEFloat>(getSemantics()); } isIEEE() function |