Searched refs:getSequentialElementType (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/
H A DType.h335 Type *getSequentialElementType() const;
338 Type *getArrayElementType() const { return getSequentialElementType(); }
341 Type *getVectorElementType() const { return getSequentialElementType(); }
344 Type *getPointerElementType() const { return getSequentialElementType(); }
/external/llvm/lib/VMCore/
H A DType.cpp225 Type *Type::getSequentialElementType() const { function in class:Type
H A DConstants.cpp604 return Constant::getNullValue(getType()->getSequentialElementType());
637 return UndefValue::get(getType()->getSequentialElementType());
2142 assert(isElementTypeCompatible(Ty->getSequentialElementType()));

Completed in 150 milliseconds