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

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

Completed in 270 milliseconds