Home | History | Annotate | Download | only in Analysis

Lines Matching defs:VTy

63     VectorType *VTy = dyn_cast<VectorType>(C->getType());
64 if (!VTy)
67 unsigned NumSrcElts = VTy->getNumElements();
68 Type *SrcEltTy = VTy->getElementType();
1737 VectorType *VTy,
1740 SmallVector<Constant *, 4> Result(VTy->getNumElements());
1742 Type *Ty = VTy->getElementType();
1744 for (unsigned I = 0, E = VTy->getNumElements(); I != E; ++I) {
1775 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
1776 return ConstantFoldVectorCall(Name, F->getIntrinsicID(), VTy, Operands, TLI);