Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp986 auto *MinInt32 = ConstantInt::get(Context, APInt(32, 0x80000000U, true)); in TEST_F() local
993 auto *Add = BinaryOperator::CreateAdd(AShr, MinInt32, "", Br); in TEST_F()