Searched defs:add1 (Results 1 – 6 of 6) sorted by relevance
101 HInstruction* add1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, c1, c2); in TestBuildDependencyGraphAndSchedule() local226 HInstruction* add1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, i, c1); in TestDependencyGraphOnAliasingArrayAccesses() local
410 HInstruction* add1 = InsertInstruction( in TEST_F() local510 HInstruction* add1 = InsertInstruction( in TEST_F() local565 HInstruction* add1 = InsertInstruction( in TEST_F() local
208 HInstruction* add1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c1); in TEST_F() local
40 auto add1 = [](const ValueHolder& h) { return h.value + 1; }; in TEST() local
43 auto add1 = [](const ValueHolder& h) { return h.value + 1; }; in TEST() local
724 auto add1 = [](const ValueType& value) { return value.value + 1; }; in ModifyValue() local