Add OpConstantComposite

This commit is contained in:
ReinUsesLisp 2018-08-27 00:38:25 -03:00
parent 48cbe695f0
commit 765c8833c4
3 changed files with 13 additions and 0 deletions

View file

@ -132,6 +132,9 @@ public:
/// Returns a numeric scalar constant.
const Op* Constant(const Op* result_type, Operand* literal);
/// Returns a numeric scalar constant.
const Op* ConstantComposite(const Op* result_type, const std::vector<const Op*>& constituents);
// Function
/// Emits a function.