Searched refs:shl2 (Results 1 – 2 of 2) sorted by relevance
321 public static long shl2(long arg) { in shl2() method in Main690 assertLongEquals(shl2(longArg), 0x48d159e21d950c84L); in main()696 assertLongEquals(shl2(~longArg), 0xb72ea61de26af378L); in main()
577 HInstruction* shl2 = InsertInstruction( in TEST_F() local590 EXPECT_STREQ("geo(((2) * (4)) * 2 ^ i + (0)):Int32", GetInductionInfo(shl2, 0).c_str()); in TEST_F()793 HInstruction* shl2 = InsertInstruction( in TEST_F() local796 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()