cases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14777
91177308-0d34-0410-b5e6-
96231b3b80d8
ConstantStruct(const StructType *T, const std::vector<Constant*> &Val);
public:
/// get() - Static factory methods - Return objects of the specified value
+ ///
static Constant *get(const StructType *T, const std::vector<Constant*> &V);
+ static Constant *get(const std::vector<Constant*> &V);
/// getType() specialization - Reduce amount of casting...
+ ///
inline const StructType *getType() const {
return reinterpret_cast<const StructType*>(Value::getType());
}