Searched refs:VectTy (Results 1 – 1 of 1) sorted by relevance
1675 if (VectorType *VectTy = dyn_cast<VectorType>(PtrTy)) { in ptrToIntPtrType() local1676 return VectorType::get(ptrToIntPtrType(VectTy->getElementType()), in ptrToIntPtrType()1677 VectTy->getElementCount()); in ptrToIntPtrType()1684 if (VectorType *VectTy = dyn_cast<VectorType>(IntPtrTy)) { in getPtrToShadowPtrType() local1686 getPtrToShadowPtrType(VectTy->getElementType(), ShadowTy), in getPtrToShadowPtrType()1687 VectTy->getElementCount()); in getPtrToShadowPtrType()1694 if (VectorType *VectTy = dyn_cast<VectorType>(IntPtrTy)) { in constToIntPtr() local1696 VectTy->getElementCount(), constToIntPtr(VectTy->getElementType(), C)); in constToIntPtr()1732 VectorType *VectTy = dyn_cast<VectorType>(Addr->getType()); in getShadowOriginPtrUserspace() local1733 if (!VectTy) { in getShadowOriginPtrUserspace()[all …]