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

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

Completed in 1296 milliseconds