Searched refs:ExpectInt (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_range_test.cc | 50 void ExpectInt(int32_t value, HInstruction* i) { in ExpectInt() function in art::InductionVarRangeTest 790 ExpectInt(1000, last->InputAt(0)); in TEST_F() 791 ExpectInt(0, last->InputAt(1)); in TEST_F() 799 ExpectInt(0, offset); in TEST_F() 803 ExpectInt(1000, tce); in TEST_F() 842 ExpectInt(1000, last->InputAt(0)); in TEST_F() 846 ExpectInt(0, last->InputAt(0)); in TEST_F() 847 ExpectInt(1000, last->InputAt(1)); in TEST_F() 861 ExpectInt(0, last->InputAt(0)); in TEST_F() 862 ExpectInt(1000, last->InputAt(1)); in TEST_F() [all …]
|