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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp626 Value *PtrTag = IRB.CreateTrunc(IRB.CreateLShr(PtrLong, kPointerTagShift), local
631 Value *TagMismatch = IRB.CreateICmpNE(PtrTag, MemTag);
636 Value *TagNotIgnored = IRB.CreateICmpNE(PtrTag,
637 ConstantInt::get(PtrTag->getType(), matchAllTag));
665 Value *InlineTagMismatch = IRB.CreateICmpNE(PtrTag, InlineTag);

Completed in 59 milliseconds