Searched refs:SetNextConst (Results 1 – 3 of 3) sorted by relevance
87 const_inst->SetNextConst(nullptr); in RemoveConstFromList()98 current->SetNextConst(const_inst->GetNextConst()); in RemoveConstFromList()99 const_inst->SetNextConst(nullptr); in RemoveConstFromList()395 inst->SetNextConst(first_const_inst_); in FindOrAddConstant()
1145 prev_const->SetNextConst(new_const); in FindOrCreateConstant()
2069 void SetNextConst(ConstantInst *next_const) in SetNextConst() function