Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp987 auto *Int32_16 = ConstantInt::get(Context, APInt(32, 16)); in TEST_F() local
991 auto *Shl = BinaryOperator::CreateShl(Phi, Int32_16, "", Br); in TEST_F()
992 auto *AShr = BinaryOperator::CreateExactAShr(Shl, Int32_16, "", Br); in TEST_F()