Home
last modified time | relevance | path

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

/art/test/538-checker-embed-constants/src/
DMain.java309 public static long shl1(long arg) { in shl1() method in Main
689 assertLongEquals(shl1(longArg), 0x2468acf10eca8642L); in main()
695 assertLongEquals(shl1(~longArg), 0xdb97530ef13579bcL); in main()
/art/compiler/optimizing/
Dinduction_var_analysis_test.cc567 HInstruction* shl1 = InsertInstruction( in TEST_F() local
570 new (GetAllocator()) HAdd(DataType::Type::kInt32, shl1, constant100_), 0); in TEST_F()
572 new (GetAllocator()) HSub(DataType::Type::kInt32, shl1, constant1_), 0); in TEST_F()
576 new (GetAllocator()) HMul(DataType::Type::kInt32, shl1, constant2_), 0); in TEST_F()
578 new (GetAllocator()) HShl(DataType::Type::kInt32, shl1, constant2_), 0); in TEST_F()
579 k_header->AddInput(shl1); in TEST_F()
584 EXPECT_STREQ("geo((2) * 2 ^ i + (0)):Int32", GetInductionInfo(shl1, 0).c_str()); in TEST_F()
789 HInstruction* shl1 = InsertInstruction( in TEST_F() local
807 GetInductionInfo(shl1, 0).c_str()); in TEST_F()