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

/external/llvm/include/llvm/
H A DType.h141 /// isFloatTy - Return true if this is 'float', a 32-bit IEEE fp type.
142 bool isFloatTy() const { return getTypeID() == FloatTyID; } function in class:llvm::Type

Completed in 47 milliseconds