Searched refs:bool_value (Results 1 – 2 of 2) sorted by relevance
1921 HInstruction* bool_value = MakeParam(DataType::Type::kBool); in TEST_F() local1927 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()1999 HInstruction* bool_value = MakeParam(DataType::Type::kBool); in TEST_F() local2007 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()2099 HInstruction* bool_value = MakeParam(DataType::Type::kBool); in TEST_F() local2113 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()2205 HInstruction* bool_value = MakeParam(DataType::Type::kBool); in TEST_F() local2219 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()2300 HInstruction* bool_value = MakeParam(DataType::Type::kBool); in TEST_F() local2306 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()[all …]
734 HInstruction* bool_value = new (GetAllocator()) in TEST_F() local751 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()752 entry->AddInstruction(bool_value); in TEST_F()