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

/external/llvm/include/llvm/IR/
H A DType.h61 FP128TyID, ///< 5: 128-bit floating point type (112-bit mantissa) enumerator in enum:llvm::Type::TypeID
152 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
162 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID ||
172 case FP128TyID: return APFloat::IEEEquad;

Completed in 701 milliseconds