Home
last modified time | relevance | path

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

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