Home
last modified time | relevance | path

Searched defs:VecTy2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dext-int.cpp92 typedef _BitInt(4) __attribute__((vector_size(16))) VecTy2; typedef
/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp947 VectorType *VecTy2 = dyn_cast<VectorType>(V2->getType()); concatenateTwoVectors() local
/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp2168 Type *VecTy2 = ScalableVectorType::get(IRB.getInt8Ty(), 2); TEST_F() local