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

/external/llvm/include/llvm/IR/
H A DType.h208 /// isStructTy - True if this is an instance of StructType.
210 bool isStructTy() const { return getTypeID() == StructTyID; } function in class:llvm::Type

Completed in 46 milliseconds