Searched refs:InsertInstruction (Results 1 – 2 of 2) sorted by relevance
149 HInstruction* InsertInstruction(HInstruction* instruction, int d) { in InsertInstruction() function in art::InductionVarAnalysisTest166 return InsertInstruction(new (GetAllocator()) HArraySet( in InsertArrayStore()285 HInstruction* add = InsertInstruction( in TEST_F()287 HInstruction* sub = InsertInstruction( in TEST_F()289 HInstruction* mul = InsertInstruction( in TEST_F()291 HInstruction* shl = InsertInstruction( in TEST_F()293 HInstruction* neg = InsertInstruction( in TEST_F()317 HInstruction* add = InsertInstruction( in TEST_F()320 HInstruction* sub = InsertInstruction( in TEST_F()411 HInstruction* add1 = InsertInstruction( in TEST_F()[all …]
185 TEST_F(NodeTest, InsertInstruction) { in TEST_F() argument