Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DTGValueTypes.cpp66 bool EVT::isExtendedFloatingPoint() const { in isExtendedFloatingPoint() function in EVT
/external/llvm/include/llvm/CodeGen/
DValueTypes.h119 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
373 bool isExtendedFloatingPoint() const LLVM_READONLY;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h470 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
696 bool isExtendedFloatingPoint() const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DValueTypes.cpp43 bool EVT::isExtendedFloatingPoint() const { in isExtendedFloatingPoint() function in EVT
/external/llvm/lib/IR/
DValueTypes.cpp48 bool EVT::isExtendedFloatingPoint() const { in isExtendedFloatingPoint() function in EVT