Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp931 auto *Int64_32 = ConstantInt::get(Context, APInt(64, 32)); in TEST_F() local
935 auto *Shl = BinaryOperator::CreateShl(Phi, Int64_32, "", Br); in TEST_F()
936 auto *AShr = BinaryOperator::CreateExactAShr(Shl, Int64_32, "", Br); in TEST_F()