Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.h137 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
418 bool isExtendedFloatingPoint() const LLVM_READONLY;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DValueTypes.cpp43 bool EVT::isExtendedFloatingPoint() const { in isExtendedFloatingPoint() function in EVT