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

  /external/llvm/include/llvm/IR/
Type.h 58 DoubleTyID, ///< 3: 64-bit floating point type
136 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
151 getTypeID() == DoubleTyID ||
160 case DoubleTyID: return APFloat::IEEEdouble;
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 73 case Type::DoubleTyID:
104 const Type::TypeID DoubleTyID = Type::DoubleTyID;
115 case DoubleTyID:
129 case DoubleTyID:
135 case DoubleTyID: {
139 case DoubleTyID:
162 case Type::DoubleTyID:

Completed in 250 milliseconds