Searched defs:DoubleTyID (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DType.h59 DoubleTyID, ///< 3: 64-bit floating point type enumerator in enum:llvm::Type::TypeID
146 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
161 getTypeID() == DoubleTyID ||
170 case DoubleTyID: return APFloat::IEEEdouble;
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp69 case Type::DoubleTyID:
100 const Type::TypeID DoubleTyID = Type::DoubleTyID; variable
111 case DoubleTyID:
125 case DoubleTyID:
131 case DoubleTyID: {
135 case DoubleTyID:
158 case Type::DoubleTyID:

Completed in 69 milliseconds