Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h135 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
486 bool isExtendedFloatingPoint() const LLVM_READONLY;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp60 bool EVT::isExtendedFloatingPoint() const { in isExtendedFloatingPoint() function in EVT