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

/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DType.h365 Type *getSequentialElementType() const;
368 Type *getArrayElementType() const { return getSequentialElementType(); }
371 Type *getVectorElementType() const { return getSequentialElementType(); }
373 Type *getPointerElementType() const { return getSequentialElementType(); }
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DType.cpp206 Type *Type::getSequentialElementType() const { function in class:Type
H A DConstants.cpp661 return Constant::getNullValue(getType()->getSequentialElementType());
694 return UndefValue::get(getType()->getSequentialElementType());
2260 assert(isElementTypeCompatible(Ty->getSequentialElementType()));
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp349 Type *EltTy = C->getType()->getSequentialElementType();

Completed in 176 milliseconds