Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:VTy

1116     const llvm::VectorType *VTy = cast<llvm::VectorType>(EltTy);
1119 if (VTy->getNumElements() == 3) {
1122 llvm::VectorType *vec4Ty = llvm::VectorType::get(VTy->getElementType(),
1560 if (const VectorType *VTy = Dst.getType()->getAs<VectorType>()) {
1561 unsigned NumSrcElts = VTy->getNumElements();