Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantsTest.cpp135 VectorType *Int64VecTy = FixedVectorType::get(Int64Ty, 4); in TEST() local
151 EXPECT_EQ(Constant::getNullValue(Int64VecTy), in TEST()
153 Int64VecTy)); in TEST()