Home | History | Annotate | Download | only in Analysis

Lines Matching defs:VTy

57     VectorType *VTy = dyn_cast<VectorType>(C->getType());
58 if (VTy == 0)
61 unsigned NumSrcElts = VTy->getNumElements();
62 Type *SrcEltTy = VTy->getElementType();