HomeSort by: relevance | last modified time | path
    Searched defs:DoubleTyID (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h 60 DoubleTyID, ///< 64-bit floating point type
151 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
165 getTypeID() == FloatTyID || getTypeID() == DoubleTyID ||
175 case DoubleTyID: return APFloat::IEEEdouble();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 74 case Type::DoubleTyID:
104 const Type::TypeID DoubleTyID = Type::DoubleTyID;
115 case DoubleTyID:
129 case DoubleTyID:
135 case DoubleTyID: {
139 case DoubleTyID:
161 case Type::DoubleTyID:

Completed in 17 milliseconds