Searched refs:CreatedIS (Results 1 – 1 of 1) sorted by relevance
631 std::unique_ptr<Instruction> CreatedIS; in createInstruction() local645 CreatedIS = std::make_unique<Instruction>(D, MCI.getOpcode()); in createInstruction()646 NewIS = CreatedIS.get(); in createInstruction()733 return std::move(CreatedIS); in createInstruction()777 return std::move(CreatedIS); in createInstruction()