Searched refs:GetNextConst (Results 1 – 7 of 7) sorted by relevance
86 first_const_inst_ = const_inst->GetNextConst(); in RemoveConstFromList()91 auto next = current->GetNextConst(); in RemoveConstFromList()94 next = next->GetNextConst(); in RemoveConstFromList()98 current->SetNextConst(const_inst->GetNextConst()); in RemoveConstFromList()374 …r (auto constant = GetFirstConstInst(); constant != nullptr; constant = constant->GetNextConst()) { in FindConstant()
1139 current_const = current_const->GetNextConst(); in FindOrCreateConstant()
2065 ConstantInst *GetNextConst() in GetNextConst() function
37 auto next_const = const_inst->GetNextConst(); in RunImpl()
290 curr_const = curr_const->GetNextConst(); in ResolveConstants()
364 EXPECT_NE(graph->GetFirstConstInst()->GetNextConst(), nullptr); in __anon65fffef30b02()
226 current_const = current_const->GetNextConst()) { in TEST_F()