Lines Matching refs:constant1_

39         constant1_(nullptr),  in InductionVarAnalysisTest()
98 constant1_ = graph_->GetIntConstant(1); in BuildLoopNest()
115 increment_[d] = new (GetAllocator()) HAdd(DataType::Type::kInt32, basic_[d], constant1_); in BuildLoopNest()
212 HInstruction* constant1_; member in art::InductionVarAnalysisTest
291 new (GetAllocator()) HShl(DataType::Type::kInt32, basic_[0], constant1_), 0); in TEST_F()
320 new (GetAllocator()) HSub(DataType::Type::kInt32, add, constant1_), 0); in TEST_F()
350 HInstruction* inc1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant1_); in TEST_F()
354 HInstruction* inc2 = new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant1_); in TEST_F()
383 HInstruction* inc1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, basic_[0], constant1_); in TEST_F()
387 HInstruction* inc2 = new (GetAllocator()) HAdd(DataType::Type::kInt32, basic_[0], constant1_); in TEST_F()
434 k_header->AddInput(constant1_); in TEST_F()
465 k_header->AddInput(constant1_); in TEST_F()
470 new (GetAllocator()) HSub(DataType::Type::kInt32, k_header, constant1_), 0); in TEST_F()
538 k_header->AddInput(constant1_); in TEST_F()
563 k_header->AddInput(constant1_); in TEST_F()
566 new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant1_), 0); in TEST_F()
568 new (GetAllocator()) HShl(DataType::Type::kInt32, k_header, constant1_), 0); in TEST_F()
572 new (GetAllocator()) HSub(DataType::Type::kInt32, shl1, constant1_), 0); in TEST_F()
606 k_header->AddInput(constant1_); in TEST_F()
611 new (GetAllocator()) HSub(DataType::Type::kInt32, k_header, constant1_), 0); in TEST_F()
644 new (GetAllocator()) HShr(DataType::Type::kInt32, k_header, constant1_), 0); in TEST_F()
664 new (GetAllocator()) HShr(DataType::Type::kInt32, k_header, constant1_), 0); in TEST_F()
690 new (GetAllocator()) HSub(DataType::Type::kInt32, k_header, constant1_), 0); in TEST_F()
790 new (GetAllocator()) HShl(DataType::Type::kInt32, k_header, constant1_), 0); in TEST_F()
794 new (GetAllocator()) HShl(DataType::Type::kInt32, basic_[0], constant1_), 0); in TEST_F()
855 new (GetAllocator()) HSub(DataType::Type::kInt32, constant1_, k_header), 0); in TEST_F()
876 new (GetAllocator()) HXor(DataType::Type::kInt32, k_header, constant1_), 0); in TEST_F()
892 k_header->AddInput(constant1_); in TEST_F()
895 new (GetAllocator()) HXor(DataType::Type::kInt32, constant1_, k_header), 0); in TEST_F()
911 k_header->AddInput(constant1_); in TEST_F()
968 HInstruction* x = InsertInstruction(new (GetAllocator()) HNotEqual(k_header, constant1_), 0); in TEST_F()
986 HInstruction* x = InsertInstruction(new (GetAllocator()) HNotEqual(constant1_, k_header), 0); in TEST_F()
1013 new (GetAllocator()) HSub(DataType::Type::kInt32, constant1_, k_header), 0); in TEST_F()
1021 new (GetAllocator()) HShl(DataType::Type::kInt32, idiom, constant1_), 0); in TEST_F()
1056 new (GetAllocator()) HAdd(DataType::Type::kInt32, constant1_, k_header[9]), 9); in TEST_F()
1124 new (GetAllocator()) HAdd(DataType::Type::kInt32, conv, constant1_), 0); in TEST_F()
1151 new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant1_), 0); in TEST_F()
1179 new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant1_), 0); in TEST_F()
1203 new (GetAllocator()) HAdd(DataType::Type::kInt32, conv, constant1_), 0); in TEST_F()