Searched refs:CreatedIS (Results 1 – 1 of 1) sorted by relevance
684 std::unique_ptr<Instruction> CreatedIS; in createInstruction() local698 CreatedIS = std::make_unique<Instruction>(D, MCI.getOpcode()); in createInstruction()699 NewIS = CreatedIS.get(); in createInstruction()786 return std::move(CreatedIS); in createInstruction()831 return std::move(CreatedIS); in createInstruction()