Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1657 Type *ptrToIntPtrType(Type *PtrTy) const { in ptrToIntPtrType() function
1659 return VectorType::get(ptrToIntPtrType(VectTy->getElementType()), in ptrToIntPtrType()
1693 Type *IntptrTy = ptrToIntPtrType(Addr->getType()); in getShadowPtrOffset()
1721 Type *IntptrTy = ptrToIntPtrType(Addr->getType()); in getShadowOriginPtrUserspace()