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

/external/llvm/include/llvm/
H A DType.h54 DoubleTyID, ///< 3: 64-bit floating point type enumerator in enum:llvm::Type::TypeID
145 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
160 getTypeID() == DoubleTyID ||

Completed in 79 milliseconds