Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DPhiValuesTest.cpp27 Type *I32PtrTy = Type::getInt32PtrTy(C); in TEST() local
40 Value *Val1 = new LoadInst(UndefValue::get(I32PtrTy), "val1", Entry); in TEST()
41 Value *Val2 = new LoadInst(UndefValue::get(I32PtrTy), "val2", Entry); in TEST()
42 Value *Val3 = new LoadInst(UndefValue::get(I32PtrTy), "val3", Entry); in TEST()
43 Value *Val4 = new LoadInst(UndefValue::get(I32PtrTy), "val4", Entry); in TEST()
93 Type *I32PtrTy = Type::getInt32PtrTy(C); in TEST() local
112 Value *Val1 = new LoadInst(UndefValue::get(I32PtrTy), "val1", Entry); in TEST()
113 Value *Val2 = new LoadInst(UndefValue::get(I32PtrTy), "val2", Entry); in TEST()
114 Value *Val3 = new LoadInst(UndefValue::get(I32PtrTy), "val3", Entry); in TEST()
115 Value *Val4 = new LoadInst(UndefValue::get(I32PtrTy), "val4", Entry); in TEST()
DScalarEvolutionTest.cpp147 auto *I32PtrTy = Type::getInt32PtrTy(Context); in TEST_F() local
186 CastInst::CreateBitOrPointerCast(Sel, I32PtrTy, "bitcast2", Br); in TEST_F()