Searched refs:Int32_16 (Results 1 – 1 of 1) sorted by relevance
1063 auto *Int32_16 = ConstantInt::get(Context, APInt(32, 16)); in TEST_F() local1067 auto *Shl = BinaryOperator::CreateShl(Phi, Int32_16, "", Br); in TEST_F()1068 auto *AShr = BinaryOperator::CreateExactAShr(Shl, Int32_16, "", Br); in TEST_F()