Home
last modified time | relevance | path

Searched refs:bool_value (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination_test.cc1921 HInstruction* bool_value = MakeParam(DataType::Type::kBool); in TEST_F() local
1927 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
1999 HInstruction* bool_value = MakeParam(DataType::Type::kBool); in TEST_F() local
2007 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
2099 HInstruction* bool_value = MakeParam(DataType::Type::kBool); in TEST_F() local
2113 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
2205 HInstruction* bool_value = MakeParam(DataType::Type::kBool); in TEST_F() local
2219 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
2300 HInstruction* bool_value = MakeParam(DataType::Type::kBool); in TEST_F() local
2306 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
[all …]
Dload_store_analysis_test.cc734 HInstruction* bool_value = new (GetAllocator()) in TEST_F() local
751 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
752 entry->AddInstruction(bool_value); in TEST_F()