Home | History | Annotate | Download | only in Analysis

Lines Matching refs:VTy

63     VectorType *VTy = dyn_cast<VectorType>(C->getType());
64 if (!VTy)
67 unsigned NumSrcElts = VTy->getNumElements();
68 Type *SrcEltTy = VTy->getElementType();
1792 VectorType *VTy,
1795 SmallVector<Constant *, 4> Result(VTy->getNumElements());
1797 Type *Ty = VTy->getElementType();
1799 for (unsigned I = 0, E = VTy->getNumElements(); I != E; ++I) {
1830 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
1831 return ConstantFoldVectorCall(Name, F->getIntrinsicID(), VTy, Operands, TLI);