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

/external/llvm/include/llvm/
H A DType.h206 /// isVectorTy - True if this is an instance of VectorType.
208 bool isVectorTy() const { return getTypeID() == VectorTyID; } function in class:llvm::Type

Completed in 79 milliseconds