Lines Matching refs:constant100_
42 constant100_(nullptr), in InductionVarAnalysisTest()
101 constant100_ = graph_->GetIntConstant(100); in BuildLoopNest()
112 HInstruction* compare = new (GetAllocator()) HLessThan(basic_[d], constant100_); in BuildLoopNest()
215 HInstruction* constant100_; member in art::InductionVarAnalysisTest
285 new (GetAllocator()) HAdd(DataType::Type::kInt32, constant100_, basic_[0]), 0); in TEST_F()
287 new (GetAllocator()) HSub(DataType::Type::kInt32, constant100_, basic_[0]), 0); in TEST_F()
289 new (GetAllocator()) HMul(DataType::Type::kInt32, constant100_, basic_[0]), 0); in TEST_F()
317 new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant100_), 0); in TEST_F()
439 new (GetAllocator()) HAdd(DataType::Type::kInt32, constant100_, mul), 0); in TEST_F()
468 new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant100_), 0); in TEST_F()
541 new (GetAllocator()) HMul(DataType::Type::kInt32, k_header, constant100_), 0); in TEST_F()
570 new (GetAllocator()) HAdd(DataType::Type::kInt32, shl1, constant100_), 0); in TEST_F()
609 new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant100_), 0); in TEST_F()
619 new (GetAllocator()) HDiv(DataType::Type::kInt32, k_header, constant100_, kNoDexPc), 0); in TEST_F()
641 k_header->AddInput(constant100_); in TEST_F()
685 k_header->AddInput(constant100_); in TEST_F()
688 new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant100_), 0); in TEST_F()
730 new (GetAllocator()) HSub(DataType::Type::kInt32, constant100_, basic_[0]), 0); in TEST_F()
754 t->AddInput(constant100_); in TEST_F()
759 new (GetAllocator()) HSub(DataType::Type::kInt32, constant100_, basic_[0], 0), 0); in TEST_F()
784 new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant100_), 0); in TEST_F()
786 new (GetAllocator()) HSub(DataType::Type::kInt32, k_header, constant100_), 0); in TEST_F()
788 new (GetAllocator()) HMul(DataType::Type::kInt32, k_header, constant100_), 0); in TEST_F()
830 t->AddInput(constant100_); in TEST_F()
914 new (GetAllocator()) HXor(DataType::Type::kInt32, k_header, constant100_), 0); in TEST_F()
1015 new (GetAllocator()) HAdd(DataType::Type::kInt32, idiom, constant100_), 0); in TEST_F()
1017 new (GetAllocator()) HSub(DataType::Type::kInt32, idiom, constant100_), 0); in TEST_F()
1019 new (GetAllocator()) HMul(DataType::Type::kInt32, idiom, constant100_), 0); in TEST_F()