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

/external/llvm/include/llvm/
H A DType.h156 /// isFloatingPointTy - Return true if this is one of the five floating point
158 bool isFloatingPointTy() const { function in class:llvm::Type
259 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||

Completed in 183 milliseconds