Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp1063 auto *Int32_16 = ConstantInt::get(Context, APInt(32, 16)); in TEST_F() local
1067 auto *Shl = BinaryOperator::CreateShl(Phi, Int32_16, "", Br); in TEST_F()
1068 auto *AShr = BinaryOperator::CreateExactAShr(Shl, Int32_16, "", Br); in TEST_F()