Home | History | Annotate | Download | only in VMCore

Lines Matching defs:VTy

1731   VectorType *VTy = dyn_cast<VectorType>(Ty);
1732 if (VTy) {
1733 EltTy = VTy->getElementType();
1734 NumElts = VTy->getNumElements();
1756 if (!VTy || !IEltTy) {
1769 Ty = VectorType::getTruncatedElementVectorType(VTy);
1771 Ty = VectorType::getExtendedElementVectorType(VTy);
1830 if (!VTy) {