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

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

Completed in 78 milliseconds