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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 107 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint();
350 bool isExtendedFloatingPoint() const LLVM_READONLY;
  /external/llvm/lib/IR/
ValueTypes.cpp 43 bool EVT::isExtendedFloatingPoint() const {

Completed in 226 milliseconds