Home
last modified time | relevance | path

Searched refs:VectTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1658 if (VectorType *VectTy = dyn_cast<VectorType>(PtrTy)) { in ptrToIntPtrType() local
1660 VectTy->getElementCount()); in ptrToIntPtrType()
1667 if (VectorType *VectTy = dyn_cast<VectorType>(IntPtrTy)) { in getPtrToShadowPtrType() local
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
[all …]