#include "instructionssoa.h" InstructionsSoa::InstructionsSoa(llvm::Module *mod, llvm::Function *func, llvm::BasicBlock *block, StorageSoa *storage) { } std::vector InstructionsSoa::add(const std::vector in1, const std::vector in2) { std::vector res(4); return res; } std::vector InstructionsSoa::mul(const std::vector in1, const std::vector in2) { std::vector res(4); return res; } void InstructionsSoa::end() { }