Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DConstantsTest.cpp133 VectorType *Int64VecTy = VectorType::get(Int64Ty, 4); in TEST() local
146 EXPECT_EQ(Constant::getNullValue(Int64VecTy), in TEST()
148 Constant::getNullValue(Int8PtrVecTy), Int64VecTy)); in TEST()