Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h148 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
542 LLVM_ABI bool isExtendedFloatingPoint() const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp62 bool EVT::isExtendedFloatingPoint() const { in isExtendedFloatingPoint() function in EVT
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc22693 {"_ZNK4llvm3EVT23isExtendedFloatingPointEv", "llvm::EVT::isExtendedFloatingPoint() const"},