Searched refs:VectTy (Results 1 – 1 of 1) sorted by relevance
1658 if (VectorType *VectTy = dyn_cast<VectorType>(PtrTy)) { in ptrToIntPtrType() local1660 VectTy->getElementCount()); in ptrToIntPtrType()1667 if (VectorType *VectTy = dyn_cast<VectorType>(IntPtrTy)) { in getPtrToShadowPtrType() local1670 VectTy->getElementCount()); in getPtrToShadowPtrType()1677 if (VectorType *VectTy = dyn_cast<VectorType>(IntPtrTy)) { in constToIntPtr() local1679 VectTy->getElementCount(), constToIntPtr(VectTy->getElementType(), C)); in constToIntPtr()1715 VectorType *VectTy = dyn_cast<VectorType>(Addr->getType()); in getShadowOriginPtrUserspace() local1716 if (!VectTy) { in getShadowOriginPtrUserspace()1719 assert(VectTy->getElementType()->isPointerTy()); in getShadowOriginPtrUserspace()1794 VectorType *VectTy = dyn_cast<VectorType>(Addr->getType()); in getShadowOriginPtrKernel() local[all …]