Searched refs:undef_inst (Results 1 – 4 of 4) sorted by relevance
36 std::unique_ptr<Instruction> undef_inst( in FindOrCreateGlobalUndef() local38 assert(undef_id == undef_inst->result_id()); in FindOrCreateGlobalUndef()39 context->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef()
312 std::unique_ptr<Instruction> undef_inst( in FindOrCreateGlobalUndef() local314 assert(undef_id == undef_inst->result_id()); in FindOrCreateGlobalUndef()315 context_->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef()
236 std::unique_ptr<Instruction> undef_inst( in Type2Undef() local238 get_def_use_mgr()->AnalyzeInstDefUse(&*undef_inst); in Type2Undef()239 get_module()->AddGlobalValue(std::move(undef_inst)); in Type2Undef()