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 84 bool EVT::isExtendedFloatingPoint() const {
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 625 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint();
856 bool isExtendedFloatingPoint() const;
  /external/llvm/lib/IR/
ValueTypes.cpp 43 bool EVT::isExtendedFloatingPoint() const {

Completed in 103 milliseconds