Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp527 Value *PtrTag = IRB.CreateTrunc(IRB.CreateLShr(PtrLong, kPointerTagShift), in instrumentMemAccessInline() local
532 Value *TagMismatch = IRB.CreateICmpNE(PtrTag, MemTag); in instrumentMemAccessInline()
537 Value *TagNotIgnored = IRB.CreateICmpNE(PtrTag, in instrumentMemAccessInline()
538 ConstantInt::get(PtrTag->getType(), matchAllTag)); in instrumentMemAccessInline()