Searched refs:InsertInstruction (Results 1 – 2 of 2) sorted by relevance
148 HInstruction* InsertInstruction(HInstruction* instruction, int d) { in InsertInstruction() function in art::InductionVarAnalysisTest165 return InsertInstruction(new (GetAllocator()) HArraySet( in InsertArrayStore()284 HInstruction* add = InsertInstruction( in TEST_F()286 HInstruction* sub = InsertInstruction( in TEST_F()288 HInstruction* mul = InsertInstruction( in TEST_F()290 HInstruction* shl = InsertInstruction( in TEST_F()292 HInstruction* neg = InsertInstruction( in TEST_F()316 HInstruction* add = InsertInstruction( in TEST_F()319 HInstruction* sub = InsertInstruction( in TEST_F()410 HInstruction* add1 = InsertInstruction( in TEST_F()[all …]
72 TEST_F(NodeTest, InsertInstruction) { in TEST_F() argument