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

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

Completed in 104 milliseconds