Searched defs:isVectorTy (Results 1 – 5 of 5) sorted by relevance
217 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy() function
219 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy() function
230 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy() function
231 inline bool isVectorTy() const { in isVectorTy() function
113 bool LLVMType::isVectorTy() { return isa<LLVMVectorType>(); } in isVectorTy() function in LLVMType