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

/external/llvm/include/llvm/
H A DType.h198 /// isArrayTy - True if this is an instance of ArrayType.
200 bool isArrayTy() const { return getTypeID() == ArrayTyID; } function in class:llvm::Type

Completed in 85 milliseconds