Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantsTest.cpp134 VectorType *Int32PtrVecTy = FixedVectorType::get(Int32PtrTy, 4); in TEST() local
162 EXPECT_EQ(Constant::getNullValue(Int32PtrVecTy), in TEST()
164 Int32PtrVecTy)); in TEST()