Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis_test.cc42 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()
[all …]