Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DTGValueTypes.cpp66 bool EVT::isExtendedFloatingPoint() const { in isExtendedFloatingPoint() function in EVT
/external/llvm/include/llvm/CodeGen/
DValueTypes.h455 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
680 bool isExtendedFloatingPoint() const;
/external/llvm/lib/VMCore/
DValueTypes.cpp37 bool EVT::isExtendedFloatingPoint() const { in isExtendedFloatingPoint() function in EVT