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

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

Completed in 51 milliseconds