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

/external/llvm/include/llvm/
H A DType.h138 /// isHalfTy - Return true if this is 'half', a 16-bit IEEE fp type.
139 bool isHalfTy() const { return getTypeID() == HalfTyID; } function in class:llvm::Type

Completed in 118 milliseconds