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

/external/swiftshader/third_party/LLVM/include/llvm/
H A DType.h136 /// isPPC_FP128Ty - Return true if this is powerpc long double.
137 bool isPPC_FP128Ty() const { return ID == PPC_FP128TyID; } function in class:llvm::Type
/external/llvm/include/llvm/IR/
H A DType.h155 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; } function in class:llvm::Type
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h157 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; } function in class:llvm::Type

Completed in 61 milliseconds