Home
last modified time | relevance | path

Searched defs:isIEEE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp83 bool Type::isIEEE() const { in isIEEE() function in Type
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1372 bool isIEEE() const { return usesLayout<IEEEFloat>(getSemantics()); } in isIEEE() function