Searched defs:CompositeConstant (Results 1 – 3 of 3) sorted by relevance
48 class CompositeConstant; variable311 CompositeConstant(const Type* ty) : Constant(ty), components_() {} in CompositeConstant() function312 CompositeConstant(const Type* ty, in CompositeConstant() function315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant() function