Searched defs:Int32PtrVecTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/IR/
H A DConstantsTest.cpp130 VectorType *Int32PtrVecTy = VectorType::get(Int32PtrTy, 4); local
149 EXPECT_EQ(Constant::getNullValue(Int32PtrVecTy),
151 Constant::getNullValue(Int8PtrVecTy), Int32PtrVecTy)); local

Completed in 36 milliseconds