Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp1007 auto *Int64_32 = ConstantInt::get(Context, APInt(64, 32)); in TEST_F() local
1011 auto *Shl = BinaryOperator::CreateShl(Phi, Int64_32, "", Br); in TEST_F()
1012 auto *AShr = BinaryOperator::CreateExactAShr(Shl, Int64_32, "", Br); in TEST_F()