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

/external/llvm/include/llvm/IR/
H A DConstants.h534 /// ConstantDataSequential - A vector or array constant whose element type is a
542 class ConstantDataSequential : public ConstantData { class in namespace:llvm
548 /// This forms a link list of ConstantDataSequential nodes that have
552 ConstantDataSequential *Next;
553 ConstantDataSequential(const ConstantDataSequential &) = delete;
559 explicit ConstantDataSequential(Type *ty, ValueTy VT, const char *Data) function in class:llvm::ConstantDataSequential
561 ~ConstantDataSequential() override { delete Next; }
566 /// Return true if a ConstantDataSequential can be formed with a vector or
651 class ConstantDataArray final : public ConstantDataSequential {
[all...]

Completed in 315 milliseconds