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

/external/llvm/include/llvm/IR/
H A DType.h62 PPC_FP128TyID, ///< 6: 128-bit floating point type (two 64-bits, PowerPC) enumerator in enum:llvm::Type::TypeID
155 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
163 getTypeID() == PPC_FP128TyID;
173 case PPC_FP128TyID: return APFloat::PPCDoubleDouble;

Completed in 280 milliseconds