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

/external/llvm/include/llvm/IR/
H A DType.h158 /// isFloatingPointTy - Return true if this is one of the six floating point
160 bool isFloatingPointTy() const { function in class:llvm::Type
184 bool isFPOrFPVectorTy() const { return getScalarType()->isFloatingPointTy(); }
278 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||

Completed in 525 milliseconds