Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp434 Type *Ty32 = Type::getInt32Ty(Context); in TEST_F() local
435 Type *ArgTys[] = {Type::getInt64Ty(Context), Ty32}; in TEST_F()
445 Instruction *Trunc = CastInst::CreateTruncOrBitCast(A1, Ty32, "", EntryBB); in TEST_F()