Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DConstantsTest.cpp132 VectorType *Int32PtrVecTy = VectorType::get(Int32PtrTy, 4); in TEST() local
151 EXPECT_EQ(Constant::getNullValue(Int32PtrVecTy), in TEST()
153 Constant::getNullValue(Int8PtrVecTy), Int32PtrVecTy)); in TEST()