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

/external/llvm/include/llvm/
H A DType.h53 FloatTyID, ///< 2: 32-bit floating point type enumerator in enum:llvm::Type::TypeID
142 bool isFloatTy() const { return getTypeID() == FloatTyID; }
159 return getTypeID() == HalfTyID || getTypeID() == FloatTyID ||

Completed in 187 milliseconds