Home | History | Annotate | Download | only in IR

Lines Matching refs:VTy

790     if (VectorType *VTy = dyn_cast<VectorType>(Ty))
791 return VectorType::getExtendedElementVectorType(VTy);
797 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
798 return VectorType::getTruncatedElementVectorType(VTy);
810 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) {
811 return VectorType::get(EltTy, VTy->getNumElements());
821 VectorType *VTy = dyn_cast<VectorType>(Ty);
822 if (!VTy)
824 Type *EltTy = VTy->getVectorElementType();
826 VTy->getNumElements());