Lines Matching defs:VectTy
1700 if (VectorType *VectTy = dyn_cast<VectorType>(PtrTy)) {
1701 return VectorType::get(ptrToIntPtrType(VectTy->getElementType()),
1702 VectTy->getElementCount());
1709 if (VectorType *VectTy = dyn_cast<VectorType>(IntPtrTy)) {
1711 getPtrToShadowPtrType(VectTy->getElementType(), ShadowTy),
1712 VectTy->getElementCount());
1719 if (VectorType *VectTy = dyn_cast<VectorType>(IntPtrTy)) {
1721 VectTy->getElementCount(),
1722 constToIntPtr(VectTy->getElementType(), C));
1760 VectorType *VectTy = dyn_cast<VectorType>(Addr->getType());
1761 if (!VectTy) {
1764 assert(VectTy->getElementType()->isPointerTy());
1838 VectorType *VectTy = dyn_cast<VectorType>(Addr->getType());
1839 if (!VectTy) {
1845 unsigned NumElements = cast<FixedVectorType>(VectTy)->getNumElements();