Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/unittests/IR/
H A DConstantsTest.cpp137 VectorType *Int64VecTy = VectorType::get(Int64Ty, 4); in TEST() local
150 EXPECT_EQ(Constant::getNullValue(Int64VecTy), in TEST()
152 Constant::getNullValue(Int8PtrVecTy), Int64VecTy)); in TEST()