Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/IR/
DType.cpp79 bool Type::isIEEE() const { in isIEEE() function in Type
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPFloat.h1247 bool isIEEE() const { return usesLayout<IEEEFloat>(getSemantics()); } in isIEEE() function