Lines Matching defs:VectTy
1675 if (VectorType *VectTy = dyn_cast<VectorType>(PtrTy)) {
1676 return VectorType::get(ptrToIntPtrType(VectTy->getElementType()),
1677 VectTy->getElementCount());
1684 if (VectorType *VectTy = dyn_cast<VectorType>(IntPtrTy)) {
1686 getPtrToShadowPtrType(VectTy->getElementType(), ShadowTy),
1687 VectTy->getElementCount());
1694 if (VectorType *VectTy = dyn_cast<VectorType>(IntPtrTy)) {
1696 VectTy->getElementCount(), constToIntPtr(VectTy->getElementType(), C));
1732 VectorType *VectTy = dyn_cast<VectorType>(Addr->getType());
1733 if (!VectTy) {
1736 assert(VectTy->getElementType()->isPointerTy());
1811 VectorType *VectTy = dyn_cast<VectorType>(Addr->getType());
1812 if (!VectTy) {
1818 unsigned NumElements = cast<FixedVectorType>(VectTy)->getNumElements();