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

/external/llvm/include/llvm/
H A DType.h54 PPC_FP128TyID, ///< 5: 128-bit floating point type (two 64-bits, PowerPC) enumerator in enum:llvm::Type::TypeID
137 bool isPPC_FP128Ty() const { return ID == PPC_FP128TyID; }
143 ID == X86_FP80TyID || ID == FP128TyID || ID == PPC_FP128TyID;

Completed in 78 milliseconds