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

/external/llvm/include/llvm/IR/
H A DConstants.h516 /// ConstantDataSequential - A vector or array constant whose element type is a
524 class ConstantDataSequential : public Constant { class in namespace:llvm
530 /// Next - This forms a link list of ConstantDataSequential nodes that have
534 ConstantDataSequential *Next;
536 ConstantDataSequential(const ConstantDataSequential &) LLVM_DELETED_FUNCTION;
538 explicit ConstantDataSequential(Type *ty, ValueTy VT, const char *Data) function in class:llvm::ConstantDataSequential
540 ~ConstantDataSequential() { delete Next; }
551 /// isElementTypeCompatible - Return true if a ConstantDataSequential can be
645 class ConstantDataArray : public ConstantDataSequential {
[all...]

Completed in 560 milliseconds