Searched refs:undef_inst (Results 1 – 6 of 6) sorted by relevance
40 std::unique_ptr<Instruction> undef_inst( in FindOrCreateGlobalUndef() local42 assert(undef_id == undef_inst->result_id()); in FindOrCreateGlobalUndef()43 context->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef()
240 std::unique_ptr<Instruction> undef_inst( in Type2Undef() local242 get_def_use_mgr()->AnalyzeInstDefUse(&*undef_inst); in Type2Undef()243 get_module()->AddGlobalValue(std::move(undef_inst)); in Type2Undef()