Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DValueTypes.h140 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint(); in isFloatingPoint()
499 bool isExtendedFloatingPoint() const LLVM_READONLY;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DValueTypes.cpp60 bool EVT::isExtendedFloatingPoint() const { in isExtendedFloatingPoint() function in EVT