Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Analysis/
DPhiValuesTest.cpp26 Type *I32PtrTy = Type::getInt32PtrTy(C); in TEST() local
40 Value *Val1 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val1", Entry); in TEST()
41 Value *Val2 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val2", Entry); in TEST()
42 Value *Val3 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val3", Entry); in TEST()
43 Value *Val4 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val4", Entry); in TEST()
93 Type *I32PtrTy = Type::getInt32PtrTy(C); in TEST() local
113 Value *Val1 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val1", Entry); in TEST()
114 Value *Val2 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val2", Entry); in TEST()
115 Value *Val3 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val3", Entry); in TEST()
116 Value *Val4 = new LoadInst(I32Ty, UndefValue::get(I32PtrTy), "val4", Entry); in TEST()
/external/llvm-project/llvm/unittests/Frontend/
DOpenMPIRBuilderTest.cpp874 Type *I32PtrTy = Type::getInt32PtrTy(M->getContext()); in TEST_F() local
875 Type *StructTy = StructType::get(I32Ty, I32PtrTy); in TEST_F()
881 FunctionCallee RetI32PtrFunc = M->getOrInsertFunction("ret_i32ptr", I32PtrTy); in TEST_F()
883 M->getOrInsertFunction("take_i32ptr", VoidTy, I32PtrTy); in TEST_F()
938 EXPECT_EQ(Arg4Type, I32PtrTy); in TEST_F()
/external/llvm-project/llvm/unittests/Transforms/Utils/
DScalarEvolutionExpanderTest.cpp77 auto *I32PtrTy = Type::getInt32PtrTy(Context); in TEST_F() local
116 CastInst::CreateBitOrPointerCast(Sel, I32PtrTy, "bitcast2", Br); in TEST_F()