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

/external/llvm/include/llvm/IR/
H A DType.h151 /// isFP128Ty - Return true if this is 'fp128'.
152 bool isFP128Ty() const { return getTypeID() == FP128TyID; } function in class:llvm::Type

Completed in 64 milliseconds