Searched refs:OrigPtrTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp553 Type *OrigPtrTy = Addr->getType(); local
554 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType();
H A DAddressSanitizer.cpp753 Type *OrigPtrTy = Addr->getType(); local
754 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType();
785 OrigPtrTy);

Completed in 53 milliseconds