Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DConstantsTest.cpp127 Type *Int32PtrTy = Type::getInt32PtrTy(C); in TEST() local
130 VectorType *Int32PtrVecTy = VectorType::get(Int32PtrTy, 4); in TEST()
139 EXPECT_EQ(Constant::getNullValue(Int32PtrTy), in TEST()
141 Constant::getNullValue(Int8PtrTy), Int32PtrTy)); in TEST()