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

/external/llvm/include/llvm/IR/
H A DType.h73 VectorTyID, ///< 15: SIMD 'packed' format, or other vector type enumerator in enum:llvm::Type::TypeID
229 bool isVectorTy() const { return getTypeID() == VectorTyID; }
262 getTypeID() == VectorTyID;
287 getTypeID() != VectorTyID)

Completed in 55 milliseconds