Lines Matching refs:VectTy
1658 if (VectorType *VectTy = dyn_cast<VectorType>(PtrTy)) { in ptrToIntPtrType() local
1659 return VectorType::get(ptrToIntPtrType(VectTy->getElementType()), in ptrToIntPtrType()
1660 VectTy->getElementCount()); in ptrToIntPtrType()
1667 if (VectorType *VectTy = dyn_cast<VectorType>(IntPtrTy)) { in getPtrToShadowPtrType() local
1669 getPtrToShadowPtrType(VectTy->getElementType(), ShadowTy), in getPtrToShadowPtrType()
1670 VectTy->getElementCount()); in getPtrToShadowPtrType()
1677 if (VectorType *VectTy = dyn_cast<VectorType>(IntPtrTy)) { in constToIntPtr() local
1679 VectTy->getElementCount(), constToIntPtr(VectTy->getElementType(), C)); in constToIntPtr()
1715 VectorType *VectTy = dyn_cast<VectorType>(Addr->getType()); in getShadowOriginPtrUserspace() local
1716 if (!VectTy) { in getShadowOriginPtrUserspace()
1719 assert(VectTy->getElementType()->isPointerTy()); in getShadowOriginPtrUserspace()
1794 VectorType *VectTy = dyn_cast<VectorType>(Addr->getType()); in getShadowOriginPtrKernel() local
1795 if (!VectTy) { in getShadowOriginPtrKernel()
1801 unsigned NumElements = cast<FixedVectorType>(VectTy)->getNumElements(); in getShadowOriginPtrKernel()