Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DType.cpp79 bool Type::isIEEE() const { in isIEEE() function in Type
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAPFloat.h1247 bool isIEEE() const { return usesLayout<IEEEFloat>(getSemantics()); } in isIEEE() function
/external/llvm/lib/Support/
DAPFloat.cpp3375 APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) in getAllOnesValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp4550 APFloat APFloat::getAllOnesValue(unsigned BitWidth, bool isIEEE) { in getAllOnesValue()