Searched refs:VectTy (Results 1 – 1 of 1) sorted by relevance
1748 if (VectorType *VectTy = dyn_cast<VectorType>(PtrTy)) { in ptrToIntPtrType() local1749 return VectorType::get(ptrToIntPtrType(VectTy->getElementType()), in ptrToIntPtrType()1750 VectTy->getElementCount()); in ptrToIntPtrType()1757 if (VectorType *VectTy = dyn_cast<VectorType>(IntPtrTy)) { in getPtrToShadowPtrType() local1759 getPtrToShadowPtrType(VectTy->getElementType(), ShadowTy), in getPtrToShadowPtrType()1760 VectTy->getElementCount()); in getPtrToShadowPtrType()1767 if (VectorType *VectTy = dyn_cast<VectorType>(IntPtrTy)) { in constToIntPtr() local1769 VectTy->getElementCount(), in constToIntPtr()1770 constToIntPtr(VectTy->getElementType(), C)); in constToIntPtr()1808 VectorType *VectTy = dyn_cast<VectorType>(Addr->getType()); in getShadowOriginPtrUserspace() local[all …]