search for: constantaray

Displaying 1 result from an estimated 1 matches for "constantaray".

Did you mean: constantarray
2008 Aug 13
2
[LLVMdev] Cleanup of constant sequence type construction
...ed = false); static Constant *get(const StructType *T, const std::vector<Constant*> &V); static Constant *get(Constant*const* Vals, unsigned NumVals, bool Packed = false); static Constant *get(const std::vector<Constant*> &V, bool Packed = false); } ConstantAray { static Constant *get(const ArrayType *T, Constant*const* Vals, unsigned NumVals); static Constant *get(const ArrayType *T, const std::vector<Constant*> &); static Constant *get(Constant*const* Vals, unsigned NumVals); static Constant *get(const std::vector...