Home
last modified time | relevance | path

Searched defs:V2Int64Ty (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/IR/
H A DVectorTypesTest.cpp78 auto *V2Int64Ty = dyn_cast<FixedVectorType>( in TEST() local
287 auto *V2Int64Ty = FixedVectorType::get(Int64Ty, 2); TEST() local
[all...]
H A DInstructionsTest.cpp215 Type *V2Int64Ty = FixedVectorType::get(Int64Ty, 2); TEST() local