Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h141 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
494 bool isExtendedFloatingPoint() const LLVM_READONLY;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp59 bool EVT::isExtendedFloatingPoint() const { in isExtendedFloatingPoint() function in EVT