Searched defs:getVectorType (Results 1 – 2 of 2) sorted by relevance
142 static inline llvm::VectorType* getVectorType(llvm::Type *ElementType, unsigned NumElements) in getVectorType() function147 static inline llvm::VectorType* getVectorType(llvm::Type *ElementType, unsigned NumElements) in getVectorType() function
293 static VectorType* getVectorType(IntrinsicInst *I) { in getVectorType() function