HomeSort by relevance Sort by last modified time
    Searched refs:isExtendedFloatingPoint (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
TGValueTypes.cpp 66 bool EVT::isExtendedFloatingPoint() const {
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 470 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint();
696 bool isExtendedFloatingPoint() const;
  /external/llvm/lib/VMCore/
ValueTypes.cpp 43 bool EVT::isExtendedFloatingPoint() const {

Completed in 377 milliseconds