Home
last modified time | relevance | path

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

/art/test/538-checker-embed-constants/src/
DMain.java321 public static long shl2(long arg) { in shl2() method in Main
690 assertLongEquals(shl2(longArg), 0x48d159e21d950c84L); in main()
696 assertLongEquals(shl2(~longArg), 0xb72ea61de26af378L); in main()
/art/compiler/optimizing/
Dinduction_var_analysis_test.cc577 HInstruction* shl2 = InsertInstruction( in TEST_F() local
590 EXPECT_STREQ("geo(((2) * (4)) * 2 ^ i + (0)):Int32", GetInductionInfo(shl2, 0).c_str()); in TEST_F()
793 HInstruction* shl2 = InsertInstruction( in TEST_F() local
796 new (GetAllocator()) HNeg(DataType::Type::kInt32, shl2), 0); in TEST_F()
797 k_header->AddInput(shl2); in TEST_F()
810 EXPECT_STREQ("((2) * i + (0)):Int32", GetInductionInfo(shl2, 0).c_str()); in TEST_F()