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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp631 Value *TagMismatch = IRB.CreateICmpNE(PtrTag, MemTag); local
638 TagMismatch = IRB.CreateAnd(TagMismatch, TagNotIgnored);
642 SplitBlockAndInsertIfThen(TagMismatch, InsertBefore, false,

Completed in 60 milliseconds