Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1599 Type *ptrToIntPtrType(Type *PtrTy) const { in ptrToIntPtrType() function
1601 return FixedVectorType::get(ptrToIntPtrType(VectTy->getElementType()), in ptrToIntPtrType()
1635 Type *IntptrTy = ptrToIntPtrType(Addr->getType()); in getShadowPtrOffset()
1657 Type *IntptrTy = ptrToIntPtrType(Addr->getType()); in getShadowOriginPtrUserspace()