Searched refs:One32 (Results 1 – 1 of 1) sorted by relevance
500 Value *One32 = IRB.getInt32(1); in TEST_F() local501 Value *One64Z = IRB.CreateZExt(One32, IntegerType::getInt64Ty(Ctx)); in TEST_F()502 Value *One64S = IRB.CreateSExt(One32, IntegerType::getInt64Ty(Ctx)); in TEST_F()504 EXPECT_TRUE(m_One().match(One32)); in TEST_F()508 EXPECT_FALSE(m_ZExt(m_One()).match(One32)); in TEST_F()512 EXPECT_FALSE(m_SExt(m_One()).match(One32)); in TEST_F()516 EXPECT_TRUE(m_ZExtOrSelf(m_One()).match(One32)); in TEST_F()520 EXPECT_TRUE(m_SExtOrSelf(m_One()).match(One32)); in TEST_F()524 EXPECT_FALSE(m_ZExtOrSExt(m_One()).match(One32)); in TEST_F()528 EXPECT_TRUE(m_ZExtOrSExtOrSelf(m_One()).match(One32)); in TEST_F()